Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
F
finance-manage
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
finance-oa
finance-manage
Commits
eb30fc4b
Commit
eb30fc4b
authored
Aug 22, 2020
by
RuoYi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改公告内容字段类型
parent
0446d211
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
sql/ry_20200822.sql
sql/ry_20200822.sql
+1
-1
No files found.
sql/ry_20200
724
.sql
→
sql/ry_20200
822
.sql
View file @
eb30fc4b
...
...
@@ -603,7 +603,7 @@ create table sys_notice (
notice_id
int
(
4
)
not
null
auto_increment
comment
'公告ID'
,
notice_title
varchar
(
50
)
not
null
comment
'公告标题'
,
notice_type
char
(
1
)
not
null
comment
'公告类型(1通知 2公告)'
,
notice_content
varchar
(
2000
)
default
null
comment
'公告内容'
,
notice_content
blob
default
null
comment
'公告内容'
,
status
char
(
1
)
default
'0'
comment
'公告状态(0正常 1关闭)'
,
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