摘要: 以创建一张Person表为例 # 创建数据库 create database if not exists daily; # 创建数据表 create table if not exists `person` ( `id` int unsigned auto_increment, `name` var 阅读全文
posted @ 2020-07-01 11:02 juyss 阅读(1008) 评论(0) 推荐(0)