393 Commits (5266255f3575a36afc13430e94d1fa928bd42676)
 

Author SHA1 Message Date
xxj 3933212bbc
Merge pull request #122 from 1379/patch-1
fix: fix func comment error
4 years ago
1379Monitor 9cc5158753
fix: fix func comment error
close #121
4 years ago
xxj da730eee72
Merge pull request #119 from 15ho/master
fix #112
4 years ago
15ho 5b91e0df74 fix #112 4 years ago
xxj 6a3e380bf0
Merge pull request #118 from panol/master
feat:通过使用--table_prefix 给表名加前缀
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
xxj a4c817f648
Merge pull request #115 from wxw9868/gormt
修复bug
4 years ago
Administrator d1afbd5ab3 修复bug 4 years ago
xxj a095bb9869
Merge pull request #114 from JaminCui/master
add json tag lower camel case
4 years ago
cuiyaming 845d08585f add json tag lower camel case 4 years ago
xxj 09482dfc19 new 4 years ago
xxjwxc 0751bce177 fix ColName 4 years ago
xxj 0e2a3e4553 colname add ``
给导出列名添加``符
4 years ago
xxj ea7c73db90 new 4 years ago
xxj 689c8a30d9 add @fk to note
添加外键注解。
4 years ago
xxj dccbfce68a
Merge pull request #108 from jeffmingup/master
Fix table prefix flags
4 years ago
ming fe36f6e3cf Fix table prefix flags 4 years ago
xxj 04a1abaed7 fix prefix 4 years ago
xxj 968898a767
Merge pull request #106 from nanfangstation/master
tablePrefix
4 years ago
pengnanfang 14e0bb177f tablePrefix 4 years ago
xxj a0b28c4088 add datatypes
添加 datatypes 支持
4 years ago
xxj f00ef48b7e Delete gormt.exe 4 years ago
xxj 22d40a2ef7
Merge pull request #103 from fyyang/master
add: mysql add 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 db108519e9 Update common.go 4 years ago
xxj 17dab2b01c fix empty column 4 years ago
xxjwxc 8f873848b4 fix go model gen column name 4 years ago
xxj 60fb4511cb new 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 cfb3d5edde remove WithConditions
移除 WithConditions
4 years ago
xxj dc650df60f new 4 years ago
xxjwxc d1879f7517 new readme 4 years ago
xxjwxc 2852b6132f fix tag for v2 4 years ago
xxj c1e9f3a356
Merge pull request #88 from gracece/master
doc: 更新README  close#85
4 years ago
gracece 97025f33d2 doc: 更新README 4 years ago
xxj 37321d473a add translation
添加翻译
4 years ago
xxj cdb5710723
Merge pull request #83 from quhaowk/gormt-t
增加"double unsigned"类型
4 years ago
quhao bf482f9f91 增加"double unsigned"类型 4 years ago
谢小军 9a6d72b831 add flag check
命令行标记优化
4 years ago
xxjwxc 02ae0bc01c new 4 years ago
谢小军 946a52bbb7 case WithContext into db 4 years ago
谢小军 3f69668934 add gorm v2 tools 4 years ago