add-admin-auto

This commit is contained in:
lccsw
2021-08-06 10:06:53 +08:00
parent 8a3d01b873
commit bf195e45bb
9 changed files with 350 additions and 30 deletions
+1
View File
@@ -46,3 +46,4 @@ create table lc_auto_attr (
c_time int(10) not null default '0' comment '创建时间',
primary key (id)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci COMMENT='车型属性';
alter table lc_auto_attr add status tinyint(1) not null default 1 comment '状态(-1删除 0禁用 1正常)' after jsondata;