Commit Graph

33 Commits

Author SHA1 Message Date
xxjwxc
11d9a6a6fa fix 211 2022-05-11 23:19:25 +08:00
陈朱衡
f015601f3d feat: deleted at 增加软删支持 2022-03-22 19:15:30 +08:00
jiang4869
3e27119ceb 增加把default null类型字段设置为sql.NullXXX类型 2022-03-05 21:21:35 +08:00
方程
05b03752d0 Update common.go
当表字段类型为datetime或者date并且默认为NULL时,在结构中需要设置成指针类型
2022-01-06 20:07:21 +08:00
jiang4869
b056057690 修复了当字段类型为bool或者string类型并且默认值为NULL时,在结构中没有被设置成指针类型的问题 2022-01-04 17:42:13 +08:00
xxj
a1743973d0 Merge pull request #183 from DowneyL/fix-136
fix:136
2022-01-04 15:32:41 +08:00
jiang4869
d371cfed63 修复了当表字段类型为datetime或者time并且默认为NULL时,在结构中没有被设置成指针类型的问题 2022-01-04 10:14:09 +08:00
DowneyL
91d0a9b24a fix:136 2021-12-24 16:31:13 +08:00
circlemono
c53474ab33 中文全角空格问题! 2021-07-20 17:37:59 +08:00
ly258liuyue
d11a1d722e fix model colname error
修复gorm.model 导出问题
2021-07-20 11:43:25 +08:00
me262
78defd91d9 fix: 修复table_prefix兼容性 2021-05-31 17:28:30 +08:00
xxj
3abe0a8b26 add `` 2021-04-14 10:24:14 +08:00
xxj
8250592b73 new 2021-03-20 13:27:31 +08:00
pengwenwu
0153517cda add config with self_define_type_mysql_dic_map out_file_name web_tag_type 2021-03-19 16:43:55 +08:00
王勇攀
dc8a862255 feat:通过使用--table_prefix 给表名加前缀
使得:
func (obj *_SymbolMgr) GetTableName() string {
 return "symbol"
}
变成:
func (obj *_SymbolMgr) GetTableName() string {
 return "tableprefix.symbol"
}
并在源头确定表名:tableprefix.symbol.
即真正执行mysql语句的时候,会按照tableprefix.symbol这个表名去执行。
2021-03-12 20:12:18 +08:00
Administrator
d1afbd5ab3 修复bug 2021-03-04 23:27:29 +08:00
xxj
0e2a3e4553 colname add ``
给导出列名添加``符
2021-02-19 18:03:04 +08:00
xxj
a60ccdc695 fix HashMap is out of order
fix HashMap is out of order
2020-12-28 16:13:39 +08:00
xxj
3516c2b4a5 delete SingularTable
删除单表配置模式
2020-12-08 18:06:18 +08:00
谢小军
0706dd0747 add 'DEFAULT NULL' to point
添加默认值为null 转换成指针类型
2020-06-23 12:10:08 +08:00
谢小军
19b39a0b41 add multi unique support
添加多个unique index支持,调整unique接口名。
FetchUniqueBy[xxx]
2020-06-16 17:51:58 +08:00
谢小军
3b9ca78b82 fix index function output
修复mysql索引导出函数不准确问题。
2020-06-08 19:21:25 +08:00
谢小军
a3901e56d2 Filter keywords
过滤关键字
2020-05-11 15:16:24 +08:00
谢小军
bdf2b408c7 update parm gen name
更新传参命名方式
2020-04-21 19:25:55 +08:00
lijunlong
b9942453a3 support blob
first char lowcase in arg
2020-04-21 15:16:00 +08:00
Nemo
034506e602 sort tables by name
fix typo
2020-04-06 17:05:34 +08:00
谢小军
6b14d480f0 fix SingularTable 2020-02-21 02:16:16 +08:00
谢小军
f8daa91659 func support
支持 函数导出。支持外键关联
2020-01-11 22:23:59 +08:00
谢小军
1ff17da96f func export support
支持快捷函数导出。
2020-01-09 20:04:33 +08:00
谢小军
204164e8b9 day day up 2020-01-08 20:21:30 +08:00
谢小军
41b157d708 fix gocyclo support 2020-01-03 10:46:56 +08:00
谢小军
680cd8218f add des 2019-11-07 15:01:06 +08:00
谢小军
16b24a1355 Comprehensive optimization 2019-10-17 21:06:26 +08:00