alter table dictionary_parameter add column `update_time` datetime not null default current_timestamp on update current_timestamp comment '修改时间';
alter table dictionary_parameter add column `create_time` datetime not null default current_timestamp comment '创建时间';
662

被折叠的 条评论
为什么被折叠?



