保存进度!

This commit is contained in:
2023-11-26 23:19:12 +08:00
parent 33cb13fe29
commit 0f25aa4a72
10 changed files with 119 additions and 55 deletions

View File

@@ -1,5 +1,5 @@
drop table telsaler;
create table telsaler
drop table twr_telsaler;
create table twr_telsaler
(
<EFBFBD><EFBFBD>Ա<EFBFBD><EFBFBD><EFBFBD><EFBFBD> varchar2(40),
<EFBFBD><EFBFBD>Ա<EFBFBD><EFBFBD><EFBFBD><EFBFBD> varchar2(40),

View 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
);