Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1 自定义配置 #26

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

yanchaoGan
Copy link

/**

  • 数据 model 继承自 JKDBModel
  • 在这里 直接维护 数据库的操作
  • note: armv6 v7 时候的 几种基本类型 对应数据库 字段类型
  • 大部分情况下,这个int 主键 是很费劲的
  • tips:
    1.主键 pk ,查找什么的完全依赖主键pk,这是一个大问题。这里对是否需要创建pk 自定义 ,默认不需要
  • 2.根据 conditionArray 指定的 列名称,进行条件判断
  • 3.列名称为空的 不会建表
  • 更多的 自定义功能,可以直接 本类进行修改

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant