desktop_task_schedule/code/db/建表/TWr坐席团队.sql

8 lines
181 B
MySQL
Raw Normal View History

2023-11-26 15:19:12 +00:00
drop table twr_telsaler_team;
create table twr_telsaler_team
(
team_name varchar2(40) not null,
team_code varchar2(20),
department_code varchar2(6) not null
);