Commit Graph

68 Commits

Author SHA1 Message Date
xxj
a7169f22b8 page support 2022-01-05 12:01:32 +08:00
windha
83fd5c0f91 修改condetion 拼写错误,改成condition 2021-08-04 12:08:33 +08:00
xxj
3847e7ca85 model.Condetion{}
添加 model.Condetion{} 支持sql拼接
2021-06-13 22:08:29 +08:00
changle
824d25fb3a fix: fix misspell word primary 2021-06-08 11:30:56 +08:00
yanjiangtao
02aead9615 1.simple配置为true不输出gorm标签
2.将is_table_name中的column生成单独抽成配置,以免配置的耦合。
3.增加根据表名生成多个model的配置(一个表一个model)
-------------------------------------------
1. Simple is configured as true and does not output Gorm tag
2. Will be_ table_ The column in name generates a separate extraction configuration to avoid the coupling of configuration.
3. Add the configuration of generating multiple models according to the table name (one model for each table)
2021-04-06 17:19:02 +08:00
yanjiangtao
d000eebda5 Perfect annotation and remove redundant information output.
完善注释,去除多余的信息输出
2021-03-30 20:23:40 +08:00
xxj
c29e59cf77 Update README.md 2021-03-20 13:50:22 +08:00
xxj
ea7c73db90 new 2021-02-02 15:25:25 +08:00
xxj
689c8a30d9 add @fk to note
添加外键注解。
2021-02-02 15:16:10 +08:00
young
0c3732eb0f add: now, you can set tablePrefix 2021-01-07 22:35:25 +08:00
xxj
60fb4511cb new 2020-12-09 15:08:04 +08:00
xxj
3516c2b4a5 delete SingularTable
删除单表配置模式
2020-12-08 18:06:18 +08:00
xxj
a97443b09f tag insert
列注释添加tag
2020-12-07 19:06:12 +08:00
xxjwxc
d1879f7517 new readme 2020-11-21 14:06:10 +08:00
gracece
97025f33d2 doc: 更新README 2020-11-19 17:55:37 +08:00
谢小军
8eb31b7911 Update README.md 2020-09-24 21:04:33 +08:00
xxjwxc
aa434356e0 add default set
添加默认值
2020-09-11 23:51:49 +08:00
谢小军
2ef0cca3d4 add windows gui support
支持windows 显示
2020-09-10 18:37:47 +08:00
ruixule
598c07f153 Graphical interface tool download address update 2020-07-26 12:52:35 +08:00
ruixule
a26475eba7 change readme of install 2020-07-26 12:40:49 +08:00
xxjwxc
3570169064 add ad link
add ad link
2020-07-19 15:17:15 +08:00
xxjwxc
70771b547b Update README.md 2020-07-19 14:30:27 +08:00
xxjwxc
201d2bdf53 add ad link
添加广告链接
2020-07-19 14:26:41 +08:00
xxjwxc
8d230c0b4d add ad
添加广告
2020-07-19 14:21:53 +08:00
谢小军
730f35d983 fix readme 2020-07-03 15:46:37 +08:00
谢小军
0706dd0747 add 'DEFAULT NULL' to point
添加默认值为null 转换成指针类型
2020-06-23 12:10:08 +08:00
xxjwxc
16c12187f5 readme 2020-06-06 23:11:08 +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
谢小军
8585c30fbd fix gorm.SingularTable model
修复 gorm.SingularTable 表名复数问题
2020-02-21 02:21:17 +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
谢小军
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
谢小军
69a5d93269 update readme 2020-01-12 21:55:59 +08:00
谢小军
2211c3ca5d add export func reame
添加函数支持
2020-01-12 21:41:47 +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
谢小军
0a32dfe0e3 up 2020-01-07 19:58:53 +08:00
谢小军
4bebe1c3f1 update 2020-01-05 21:44:16 +08:00
Dave Goddard
86f495918b fix readme config.yml
during the conversion from config.toml to config.yml the README.md file missed the conversion of the block from toml syntax to yml syntax. This completes the change
2020-01-01 17:16:05 +11:00
谢小军
9ff41f500e tag 2019-12-31 21:33:28 +08:00
谢小军
2f94d7dc0b update test file 2019-12-31 21:18:42 +08:00
谢小军
277d98265e add tag to identify the code quality 2019-12-31 15:13:19 +08:00
谢小军
7f2972f41b out sql to readme 2019-11-22 13:41:30 +08:00
谢小军
326b6b419a add sql statements output ,change defalt config info 2019-11-22 11:37:51 +08:00
谢小军
6cad5ba2b8 foreign key 外键支持 2019-10-28 15:42:22 +08:00