⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 team_infor table.sql

📁 人员管理客房管理结算客房预定人员权限管理等等
💻 SQL
字号:
use hotel
create table team_infor
(
  team_id varchar(20) primary key,
  team_name varchar(20) not null,
  team_leader_id varchar(20) not null,
  team_leader_name varchar(20) not null,
  team_intime datetime not null,
  team_outtime datetime not null
)

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -