create table CASIC_USERRESCTEST ( ID NUMBER(19) primary key not null, RESC VARCHAR2(255) not null, DESP VARCHAR2(500), SYSNAME VARCHAR2(255) )