6 lines
309 B
Plaintext
6 lines
309 B
Plaintext
alter table wx_commissionrule add arrivalpay NUMBER;
|
|
alter table wx_commissionrule add dividepay NUMBER;
|
|
alter table wx_commissionrule add eid NUMBER;
|
|
alter table wx_commissionrule add ename VARCHAR2(200);
|
|
alter table wx_commissionrule add gid NUMBER;
|
|
alter table wx_commissionrule add gname VARCHAR2(200); |