..
摘要: 1 阅读全文
posted @ 2019-12-10 11:28 罗浩楠 阅读(198) 评论(2) 推荐(0)
摘要: 原文 mysql主键不用自增数字的时候,可以参考如下方式,我抄来的。 -- 创建公共的序列表 DROP TABLE IF EXISTS t_common_sequence; CREATE TABLE t_common_sequence ( seq_name VARCHAR(100) NOT NULL 阅读全文
posted @ 2019-12-10 11:26 罗浩楠 阅读(583) 评论(0) 推荐(0)
..