Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/huangzhibiao/BGFMDB
Browse files Browse the repository at this point in the history
  • Loading branch information
huangzhibiao committed Jul 21, 2017
2 parents 1cbb06b + 7d508eb commit de5eb1c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,13 @@ libsqlite3
/**
本库自带的自动增长主键.
*/
@property(nonatomic,strong)NSNumber*_Nullable ID;
@property(nonatomic,strong)NSNumber*_Nullable bg_id;
/**
为了方便开发者,特此加入以下两个字段属性供开发者做参考.(自动记录数据的存入时间和更新时间)
*/
@property(nonatomic,copy)NSString* _Nonnull createTime;//数据创建时间(即存入数据库的时间)
@property(nonatomic,copy)NSString* _Nonnull updateTime;//数据最后那次更新的时间.
@property(nonatomic,copy)NSString* _Nonnull bg_createTime;//数据创建时间(即存入数据库的时间)
@property(nonatomic,copy)NSString* _Nonnull bg_updateTime;//数据最后那次更新的时间.
```
### 唯一约束
```Objective-C
Expand Down

0 comments on commit de5eb1c

Please sign in to comment.