Open main menu

CDOT Wiki β

Changes

PostgreSQL Adapter-nexj/schema-test

7 bytes removed, 11:36, 10 December 2010
Initializing the SQL environment
id binary(16) not null, contactId binary(16) not null, account Type varchar(16) character set utf8 not null, funds double null,
constraint Account_PK primary key(id)
)<s>ENGINE=InnoDB CHARACTER SET=utf8</s>;
</source>
: <code> CREATE TABLE test.xxx </code>
1
edit