Commit 20d931c2 authored by 成亚卿's avatar 成亚卿

修改注释

parent c3a6da0d
...@@ -3053,7 +3053,7 @@ commit; ...@@ -3053,7 +3053,7 @@ commit;
alter table "AS_LOG" add column("REMARKS" VARCHAR2(150)); alter table "AS_LOG" add column("REMARKS" VARCHAR2(150));
comment on column "AS_LOG"."USERNAME" is '用户名'; comment on column "AS_LOG"."USERNAME" is '用户名';
comment on column "AS_LOG"."END_TIME" is '操作结束时间'; comment on column "AS_LOG"."END_TIME" is '操作结束时间';
comment on column "AS_LOG"."ACTION" is '动作类型'; comment on column "AS_LOG"."ACTION" is '动作类型:添加、修改、删除、查询';
comment on column "AS_LOG"."SESSION_ID" is '通过此获取sql'; comment on column "AS_LOG"."SESSION_ID" is '通过此获取sql';
comment on column "AS_LOG"."REMARKS" is '备注'; comment on column "AS_LOG"."REMARKS" is '备注';
</sql> </sql>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment