Browse Source

Updated files

master
adiao 3 years ago
parent
commit
11b8cdb503
  1. 2
      v.md

2
v.md

@ -408,9 +408,11 @@ create table repairs(
updateDate timestamp comment '更新时间' updateDate timestamp comment '更新时间'
)character set = UTF8MB4; )character set = UTF8MB4;
# play 2
# ----------------------------------------------------------- # -----------------------------------------------------------
# 最新的四表分层权限结构。 # 最新的四表分层权限结构。
# 用户 # 用户
create table users( create table users(
id int primary key auto_increment, # 自动递增主键 id int primary key auto_increment, # 自动递增主键

Loading…
Cancel
Save