1
0

mall_supplier.sql 168 B

12345
  1. -- ----------------------------
  2. -- add table column
  3. -- ----------------------------
  4. alter table mall_supplier add create_time datetime not null comment '创建时间';