谢小军
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
xxjwxc
f4935935be
Merge branch 'master' of https://github.com/xxjwxc/gormt
4 years ago
xxjwxc
bffc6028ac
upda unique primary clash
...
更新索引冲突
4 years ago
xxj
6bd1dc1a1c
Merge pull request #68 from ruixule/patch-4
...
Graphical interface tool download address update
4 years ago
xxj
df5f7388a8
Merge pull request #69 from ruixule/patch-5
...
更新windows图形界面 下载地址
4 years ago
ruixule
df1b13cc71
更新windows图形界面
4 years ago
ruixule
598c07f153
Graphical interface tool download address update
4 years ago
xxj
8d9c7a69b6
Merge pull request #67 from ruixule/patch-2
...
更新安装方法
4 years ago
ruixule
d175c9b196
更新安装方法
4 years ago
xxj
873e79fb46
Merge pull request #66 from ruixule/patch-1
...
change readme of install
4 years ago
ruixule
a26475eba7
change readme of install
4 years ago
xxjwxc
96f96cf279
fix foreignkey
...
适配外键
4 years ago
xxjwxc
3570169064
add ad link
...
add ad link
4 years ago
xxjwxc
70771b547b
Update README.md
4 years ago
xxjwxc
201d2bdf53
add ad link
...
添加广告链接
4 years ago
xxjwxc
8d230c0b4d
add ad
...
添加广告
4 years ago
谢小军
730f35d983
fix readme
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
谢小军
2b63b9f7ce
Update Makefile
4 years ago
谢小军
3b9ca78b82
fix index function output
...
修复mysql索引导出函数不准确问题。
4 years ago
xxjwxc
bff23cddda
Update Makefile
4 years ago
xxjwxc
50d7b764b6
open default globalIsRelated
...
设置默认全局预加载为true
4 years ago
xxjwxc
16c12187f5
readme
4 years ago
谢小军
36bb586b98
fix log
...
更改日志方式
4 years ago
谢小军
349b8297e2
update template
...
更新模板
4 years ago
谢小军
ab322a9c7e
update mod
4 years ago
谢小军
ef08ccd2ee
change tinyint(1) to bool
...
change tinyint(1) to bool
4 years ago
xxj
cb7e9d7f80
Merge pull request #55 from evildao/master
...
feat: 添加webtag主键隐藏开关
5 years ago
倒霉狐狸(核心电脑-02)
447ad781e4
feat: 添加webtag主键隐藏开关
5 years ago
倒霉狐狸
49f28e895d
Merge pull request #2 from xxjwxc/master
...
更新
5 years ago
xxjwxc
380cc82016
fix mod
5 years ago
谢小军
a3901e56d2
Filter keywords
...
过滤关键字
5 years ago