Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
fgqyxxlr
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
yaru
fgqyxxlr
Commits
ecaf13ca
Commit
ecaf13ca
authored
Jul 08, 2020
by
RuoYi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
代码生成支持自定义路径
parent
58bbf6c3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
+1
-1
sql/ry_20200708.sql
+1
-1
No files found.
sql/ry_20200708.sql
View file @
ecaf13ca
...
...
@@ -661,7 +661,7 @@ create table gen_table (
function_name
varchar
(
50
)
comment
'生成功能名'
,
function_author
varchar
(
50
)
comment
'生成功能作者'
,
gen_type
char
(
1
)
default
'0'
comment
'生成代码方式(0zip压缩包 1自定义路径)'
,
gen_path
char
(
200
)
default
'/'
comment
'生成路径(不填默认项目路径)'
,
gen_path
varchar
(
200
)
default
'/'
comment
'生成路径(不填默认项目路径)'
,
options
varchar
(
1000
)
comment
'其它生成选项'
,
create_by
varchar
(
64
)
default
''
comment
'创建者'
,
create_time
datetime
comment
'创建时间'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment