1
edit
Changes
→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>