随笔分类 -  mysql

摘要:1 create table a_stat_card 2 ( 3 ng_id varchar(20) not null comment '主键,自增加,用于表间的数据关联和唯一索引一条数据,无业务意义' 4 primary key, 5 st_kind int default 0 null comm 阅读全文
posted @ 2022-03-12 10:20 2eggs 阅读(38) 评论(0) 推荐(0)