谢小军
36b6de2a7b
support sqlite
...
支持sqlite
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
谢小军
285caffe7a
Update def.go
4 years ago
谢小军
0706dd0747
add 'DEFAULT NULL' to point
...
添加默认值为null 转换成指针类型
4 years ago
xxjwxc
50d7b764b6
open default globalIsRelated
...
设置默认全局预加载为true
4 years ago
谢小军
ef08ccd2ee
change tinyint(1) to bool
...
change tinyint(1) to bool
4 years ago
谢小军
a3901e56d2
Filter keywords
...
过滤关键字
5 years ago
lijunlong
b9942453a3
support blob
...
first char lowcase in arg
5 years ago
xxjwxc
6271a320f5
Update def.go
5 years ago
xxjwxc
a327605fb2
more type support
...
binary(n),tinyint(n) unsigned support.
5 years ago
zilinyo
3e9ca8e8eb
Update def.go
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
倒霉狐狸
7f8f3a266f
tinyint等类型bool->int8
...
tinyint等类型应当转换为int8,bool类型会涉及false零值导致差异更新数据时增加复杂度
5 years ago
倒霉狐狸
726f16d5eb
mysql 支持 enum枚举类型
5 years ago
谢小军
204164e8b9
day day up
5 years ago
zilinyo
d086e13349
Update def.go
...
添加数据类型
5 years ago
谢小军
b454eb944f
revew code
5 years ago
谢小军
5cd0ac62ae
re check
5 years ago
谢小军
9617450e6b
review smallint and tinyint
5 years ago
游浩
64847fa68e
添加smallint(6)类型
...
添加smallint(6)类型
5 years ago
谢小军
ee2e02092a
Restructure
...
重构
5 years ago