保存进度!
This commit is contained in:
7
code/db/建表/TWr坐席团队.sql
Normal file
7
code/db/建表/TWr坐席团队.sql
Normal file
@@ -0,0 +1,7 @@
|
||||
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
|
||||
);
|
Reference in New Issue
Block a user