xxj
3abe0a8b26
add ``
4 years ago
viwii
3b9d9a7d74
替朋友合并mssql
4 years ago
yanjiangtao
8910e45ac6
1.去除埋点代码
...
--------------
1.Remove buried code
4 years ago
yanjiangtao
02aead9615
1.simple配置为true不输出gorm标签
...
2.将is_table_name中的column生成单独抽成配置,以免配置的耦合。
3.增加根据表名生成多个model的配置(一个表一个model)
-------------------------------------------
1. Simple is configured as true and does not output Gorm tag
2. Will be_ table_ The column in name generates a separate extraction configuration to avoid the coupling of configuration.
3. Add the configuration of generating multiple models according to the table name (one model for each table)
4 years ago
yanjiangtao
d000eebda5
Perfect annotation and remove redundant information output.
...
完善注释,去除多余的信息输出
4 years ago
yanjiangtao
d6f49c5cce
增加指定表model生成功能
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
cuiyaming
845d08585f
add json tag lower camel case
4 years ago
xxj
0e2a3e4553
colname add ``
...
给导出列名添加``符
4 years ago
xxj
689c8a30d9
add @fk to note
...
添加外键注解。
4 years ago
xxj
04a1abaed7
fix prefix
4 years ago
pengnanfang
14e0bb177f
tablePrefix
4 years ago
young
039050f631
fix: old error
4 years ago
young
0c3732eb0f
add: now, you can set tablePrefix
4 years ago
fyyang
39f7512c11
Merge pull request #1 from xxjwxc/master
...
fix HashMap is out of order
4 years ago
xxj
a60ccdc695
fix HashMap is out of order
...
fix HashMap is out of order
4 years ago
xxj
cf8ff9e416
change fulltext tag
4 years ago
young
acd9861d7f
add: INDEX FULLTEXT
...
add: Default value
4 years ago
xxj
bceb63b951
add column support
...
支持列名导出
4 years ago
xxj
3516c2b4a5
delete SingularTable
...
删除单表配置模式
4 years ago
xxj
a97443b09f
tag insert
...
列注释添加tag
4 years ago
xxj
e9ecd38609
add context import
4 years ago
xxj
dc650df60f
new
4 years ago
xxjwxc
2852b6132f
fix tag for v2
4 years ago
谢小军
36b6de2a7b
support sqlite
...
支持sqlite
4 years ago
xxjwxc
aa434356e0
add default set
...
添加默认值
4 years ago
xxjwxc
8eeea201db
add mut support
...
非unique mut支持
4 years ago
谢小军
a6b0dc33ea
Update model.go
4 years ago
谢小军
a89988d711
Update model.go
4 years ago
谢小军
46831f3501
add multi support
4 years ago
xxjwxc
bffc6028ac
upda unique primary clash
...
更新索引冲突
4 years ago
xxjwxc
96f96cf279
fix foreignkey
...
适配外键
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
倒霉狐狸(核心电脑-02)
447ad781e4
feat: 添加webtag主键隐藏开关
5 years ago
谢小军
a3901e56d2
Filter keywords
...
过滤关键字
5 years ago
xxjwxc
20393072c0
fix issues#49
5 years ago
谢小军
bdf2b408c7
update parm gen name
...
更新传参命名方式
5 years ago
lijunlong
b9942453a3
support blob
...
first char lowcase in arg
5 years ago
wclssdn
5983be1614
Merge branch 'master' into master
5 years ago
Nemo
034506e602
sort tables by name
...
fix typo
5 years ago
xxjwxc
ce3904575d
fix
5 years ago
xxjwxc
d7c76feba6
Merge branch 'master' of https://github.com/LLLLancelot/gormt into LLLLancelot-master
5 years ago
谢小军
bfb54391ac
add tinyint support
...
add tinyint support
5 years ago
LLLLancelot
9e60d56227
增加新特性,并修复一些问题
5 years ago
谢小军
6b14d480f0
fix SingularTable
5 years ago