Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
aserver
Project
Project
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
15所TongWeb
aserver
Commits
ee93c5f1
Commit
ee93c5f1
authored
Mar 31, 2021
by
成亚卿
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
增加日志字段
parent
f627d76b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
0 deletions
+15
-0
DM_UpdateSQL.xml
src/main/resources/DBUpdate/DM_UpdateSQL.xml
+15
-0
No files found.
src/main/resources/DBUpdate/DM_UpdateSQL.xml
View file @
ee93c5f1
...
@@ -3044,4 +3044,18 @@ commit;
...
@@ -3044,4 +3044,18 @@ commit;
9999999999 MINVALUE 1 CACHE 20;
9999999999 MINVALUE 1 CACHE 20;
</sql>
</sql>
</version>
</version>
<version
edition=
"148"
description=
"日志表增加字段"
>
<sql
creator=
"ChengYaqing"
createDate=
"20210331"
note=
"日志字段"
>
alter table "AS_LOG" add column("USERNAME" VARCHAR2(40));
alter table "AS_LOG" add column("END_TIME" TIMESTAMP);
alter table "AS_LOG" add column("ACTION" VARCHAR2(50));
alter table "AS_LOG" add column("SESSION_ID" VARCHAR2(120));
alter table "AS_LOG" add column("REMARKS" VARCHAR2(150));
comment on column "AS_LOG"."USERNAME" is '用户名';
comment on column "AS_LOG"."END_TIME" is '操作结束时间';
comment on column "AS_LOG"."ACTION" is '动作类型';
comment on column "AS_LOG"."SESSION_ID" is '通过此获取sql';
comment on column "AS_LOG"."REMARKS" is '备注';
</sql>
</version>
</update>
</update>
\ No newline at end of file
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