blob: 927150d1e3b00e1f454c79d4d1f47b8b3fd524d3 [file] [log] [blame]
drop table COMPOSITEINTSTRINGBEANTABLE
go
create table COMPOSITEINTSTRINGBEANTABLE (
ID INTEGER not null,
NAME VARCHAR(255) not null,
SALARY double precision not null,
constraint PK_COMPOSITEINTSTRINGBEANTABL primary key (ID, NAME)
)
go