diff --git a/Dao/DB/DB1.Scheme.txt b/Dao/DB/DB1.Scheme.txt index d8ccfa4..9992a99 100644 --- a/Dao/DB/DB1.Scheme.txt +++ b/Dao/DB/DB1.Scheme.txt @@ -739,9 +739,11 @@ create table pplog ( ,isassignuser tinyint not null default 1 ,uduty varchar (20) ,slevel tinyint + ,cdt datetime not null,cno bigint not NULL,udt datetime not null,uno bigint not NULL,uip varchar(50) not NULL ,isaccommodation tinyint ,association VARCHAR(100) NULL DEFAULT NULL - ,cdt datetime not null,cno bigint not NULL,udt datetime not null,uno bigint not NULL,uip varchar(50) not NULL + ,isreceipt TINYINT(4) NULL DEFAULT NULL, + ,taxdatereq DATETIME NULL DEFAULT NULL ,primary key(pplno));