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
谢小军
ef185ecb97
add func withcontext
...
添加 WithContext() 支持
4 years ago
谢小军
8eb31b7911
Update README.md
4 years ago
谢小军
f585a627c1
gorm v2.0
...
支持gormv2.0
4 years ago
谢小军
33d22fe2d4
new
...
gorm v2 support
4 years ago
谢小军
a70ab3ff83
new
4 years ago
xxj
aacd550f5a
Merge pull request #78 from bingbingtea/patch-2
...
Update def.go
4 years ago
lubin
6c7b80dc92
Update def.go
...
`^(float)[(]\d+,\d+[)]`: "float64",
`^(float)[(]\d+,\d+[)] unsigned`: "float64",
One of these two lines of code doesn't work
我在这四行代码加了$. 这样就可以避免其它bug。
4 years ago
谢小军
36b6de2a7b
support sqlite
...
支持sqlite
4 years ago
xxj
9893478fa8
Merge pull request #76 from bingbingtea/patch-1
...
fix bug for tinyint(8) unsigned
4 years ago
lubin
75475dfa6f
fix bug for tinyint(8) unsigned
...
When I used this tool to generate files, I found that even if the table structure did not change, the generated files would change. After debugging. Finding the configuration here will cause the program to find two keys randomly. The original code might have tinyint (8) unsigned randomly match int8 or Unit8. Put the unsigned one to the front, and then test it. This problem will not happen again.
4 years ago
xxjwxc
aa434356e0
add default set
...
添加默认值
4 years ago
谢小军
2ef0cca3d4
add windows gui support
...
支持windows 显示
4 years ago
谢小军
285caffe7a
Update def.go
4 years ago
xxjwxc
8eeea201db
add mut support
...
非unique mut支持
4 years ago
谢小军
ef72597fb9
update makefile
...
更新makefile定义
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
b709ca0259
Update def.go
4 years ago
xxjwxc
949c2d0eba
add gorm.ErrRecordNotFound
...
添加快捷函数未找到处理逻辑
4 years ago
xxjwxc
e83df3655b
add table name
...
添加默认表名
4 years ago