摘要: 创建一个可以存json字段的表 create table 表名 ( 列名称 类型,列名称 类型,列名称 类型,......) --创建如下 create table json_test (id int primary key, type_name varchar(20), jbxx json); - 阅读全文
posted @ 2021-03-09 15:13 盼着盼着 阅读(487) 评论(0) 推荐(0)