文章分类 -  MySql

摘要:添加表字段: alter table table_name add `IsDelete` tinyint NOT NULL DEFAULT '0' COMMENT '是否删除;0:否,1:是'; alter table table_name add `ratio` decimal(16,4) NOT 阅读全文
posted @ 2021-11-11 10:53 Misterj 阅读(379) 评论(0) 推荐(0)