22 Commits (41d2f487a02cfd522051ad337de596044abff756)

Author SHA1 Message Date
xxj 3abe0a8b26 add `` 4 years ago
xxj 8250592b73 new 4 years ago
pengwenwu 0153517cda add config with self_define_type_mysql_dic_map out_file_name web_tag_type 4 years ago
王勇攀 dc8a862255 feat:通过使用--table_prefix 给表名加前缀
使得:
func (obj *_SymbolMgr) GetTableName() string {
 return "symbol"
}
变成:
func (obj *_SymbolMgr) GetTableName() string {
 return "tableprefix.symbol"
}
并在源头确定表名:tableprefix.symbol.
即真正执行mysql语句的时候,会按照tableprefix.symbol这个表名去执行。
4 years ago
Administrator d1afbd5ab3 修复bug 4 years ago
xxj 0e2a3e4553 colname add ``
给导出列名添加``符
4 years ago
xxj a60ccdc695 fix HashMap is out of order
fix HashMap is out of order
4 years ago
xxj 3516c2b4a5 delete SingularTable
删除单表配置模式
4 years ago
谢小军 0706dd0747 add 'DEFAULT NULL' to point
添加默认值为null 转换成指针类型
4 years ago
谢小军 19b39a0b41 add multi unique support
添加多个unique index支持,调整unique接口名。
FetchUniqueBy[xxx]
4 years ago
谢小军 3b9ca78b82 fix index function output
修复mysql索引导出函数不准确问题。
4 years ago
谢小军 a3901e56d2 Filter keywords
过滤关键字
5 years ago
谢小军 bdf2b408c7 update parm gen name
更新传参命名方式
5 years ago
lijunlong b9942453a3 support blob
first char lowcase in arg
5 years ago
Nemo 034506e602 sort tables by name
fix typo
5 years ago
谢小军 6b14d480f0 fix SingularTable 5 years ago
谢小军 f8daa91659 func support
支持 函数导出。支持外键关联
5 years ago
谢小军 1ff17da96f func export support
支持快捷函数导出。
5 years ago
谢小军 204164e8b9 day day up 5 years ago
谢小军 41b157d708 fix gocyclo support 5 years ago
谢小军 680cd8218f add des 5 years ago
谢小军 16b24a1355 Comprehensive optimization 5 years ago