xxjwxc
|
a327605fb2
|
more type support
binary(n),tinyint(n) unsigned support.
|
2020-04-04 19:12:14 +08:00 |
|
谢小军
|
7d4b41269b
|
Merge branch 'master' of https://github.com/xxjwxc/gormt
|
2020-03-09 18:14:32 +08:00 |
|
谢小军
|
2a560112ee
|
new
|
2020-03-09 18:14:04 +08:00 |
|
xxj
|
43410a1b27
|
update tag
|
2020-03-09 18:06:54 +08:00 |
|
xxj
|
15086fc5f1
|
Merge pull request #34 from zilinyo/patch-2
Update def.go
|
2020-02-29 23:07:17 +08:00 |
|
zilinyo
|
3e9ca8e8eb
|
Update def.go
|
2020-02-29 23:03:17 +08:00 |
|
xxjwxc
|
ce3904575d
|
fix
|
2020-02-29 00:19:25 +08:00 |
|
xxjwxc
|
73c399165e
|
Merge branch 'LLLLancelot-master'
|
2020-02-28 22:51:31 +08:00 |
|
xxjwxc
|
d7c76feba6
|
Merge branch 'master' of https://github.com/LLLLancelot/gormt into LLLLancelot-master
|
2020-02-28 22:48:56 +08:00 |
|
LLLLancelot
|
1b3f54c940
|
go.sum文件提交
|
2020-02-28 21:08:23 +08:00 |
|
谢小军
|
bfb54391ac
|
add tinyint support
add tinyint support
|
2020-02-28 20:28:15 +08:00 |
|
LLLLancelot
|
9e60d56227
|
增加新特性,并修复一些问题
|
2020-02-28 04:03:08 +08:00 |
|
LLLLancelot
|
2bd6daaf8d
|
fork test commit
|
2020-02-28 03:50:04 +08:00 |
|
xxjwxc
|
b7c5b5b6c7
|
fix auto config defile
|
2020-02-23 14:44:33 +08:00 |
|
xxjwxc
|
2aa5bb804d
|
fix auto config defile
|
2020-02-23 14:42:20 +08:00 |
|
xxj
|
1211376025
|
Merge pull request #31 from evildao/master
程序第一次执行自动生成默认配置文件,降低使用复杂度
|
2020-02-23 00:10:15 -06:00 |
|
小子(LT)
|
3741ed9cfd
|
feat: 内置默认配置,脱离对外部配置文件的强依赖
|
2020-02-23 11:26:52 +08:00 |
|
倒霉狐狸
|
28df367e4e
|
Merge pull request #1 from xxjwxc/master
获取最新
|
2020-02-23 09:54:38 +08:00 |
|
xxjwxc
|
c5924ba43d
|
fix makeFILE
|
2020-02-23 00:11:17 +08:00 |
|
谢小军
|
79eba1ca61
|
makefile
|
2020-02-21 21:37:58 +08:00 |
|
谢小军
|
53b2ba93fa
|
fix clipboard
修复剪切板
|
2020-02-21 21:15:30 +08:00 |
|
谢小军
|
7da50d9737
|
add clipboard
添加剪切板
|
2020-02-21 19:59:25 +08:00 |
|
谢小军
|
79ee944f18
|
add clipboard
添加剪切板
|
2020-02-21 19:58:39 +08:00 |
|
谢小军
|
82c7a46d92
|
add clipboard
添加剪切板功能
|
2020-02-21 19:55:29 +08:00 |
|
谢小军
|
8585c30fbd
|
fix gorm.SingularTable model
修复 gorm.SingularTable 表名复数问题
|
2020-02-21 02:21:17 +08:00 |
|
谢小军
|
6b14d480f0
|
fix SingularTable
|
2020-02-21 02:16:16 +08:00 |
|
谢小军
|
80351c3d64
|
Update ui_cn.gif
|
2020-01-22 15:25:48 +08:00 |
|
谢小军
|
0ef3841dfa
|
Update ui_cn.gif
|
2020-01-22 15:21:13 +08:00 |
|
谢小军
|
3982dfa67c
|
Update README.md
|
2020-01-22 11:29:59 +08:00 |
|
谢小军
|
5287143557
|
add readme
|
2020-01-22 11:28:15 +08:00 |
|
谢小军
|
169edf0f50
|
add log & fix gui
添加文档并且更新gui
|
2020-01-22 11:23:53 +08:00 |
|
谢小军
|
40f837aecf
|
fix test
|
2020-01-21 22:52:01 +08:00 |
|
谢小军
|
884065934b
|
gif
|
2020-01-21 22:43:11 +08:00 |
|
谢小军
|
5230c6f242
|
添加ui界面
|
2020-01-21 22:31:08 +08:00 |
|
谢小军
|
bb224315a1
|
update gui
更新ui展示
|
2020-01-21 17:36:22 +08:00 |
|
谢小军
|
b72a40e40e
|
add gui support
添加 ui 支持
|
2020-01-21 00:41:16 +08:00 |
|
xxj
|
530ef778f7
|
Merge pull request #27 from evildao/master
tinyint等类型bool->int8
|
2020-01-17 14:35:18 +08:00 |
|
倒霉狐狸
|
7f8f3a266f
|
tinyint等类型bool->int8
tinyint等类型应当转换为int8,bool类型会涉及false零值导致差异更新数据时增加复杂度
|
2020-01-17 11:57:44 +08:00 |
|
xxj
|
561239cfa8
|
Merge pull request #26 from evildao/master
mysql 支持 enum枚举类型
|
2020-01-17 11:53:04 +08:00 |
|
倒霉狐狸
|
726f16d5eb
|
mysql 支持 enum枚举类型
|
2020-01-17 11:43:13 +08:00 |
|
谢小军
|
ec4c62c20f
|
Stargazers over time
|
2020-01-13 18:17:47 +08:00 |
|
谢小军
|
92535ef518
|
update readme
|
2020-01-13 13:40:40 +08:00 |
|
谢小军
|
8522fd836a
|
update
|
2020-01-12 22:02:20 +08:00 |
|
谢小军
|
8973c30be3
|
Update genfunc_test.go
|
2020-01-12 21:59:34 +08:00 |
|
谢小军
|
69a5d93269
|
update readme
|
2020-01-12 21:55:59 +08:00 |
|
谢小军
|
2211c3ca5d
|
add export func reame
添加函数支持
|
2020-01-12 21:41:47 +08:00 |
|
谢小军
|
3156708f37
|
更新model
|
2020-01-11 23:15:39 +08:00 |
|
谢小军
|
62a72bdf70
|
更新文档
|
2020-01-11 23:11:33 +08:00 |
|
谢小军
|
0f1ac1d72f
|
reade
|
2020-01-11 22:52:14 +08:00 |
|
谢小军
|
f8daa91659
|
func support
支持 函数导出。支持外键关联
|
2020-01-11 22:23:59 +08:00 |
|