Switch to CHAR for UUID in JDBC

This commit is contained in:
David Syer
2010-07-24 09:07:41 +00:00
parent 2e88f4647e
commit 16b8ef2eab
12 changed files with 30 additions and 30 deletions

View File

@@ -0,0 +1 @@
create table foos(id varchar(100),status int,name varchar(20));

View File

@@ -0,0 +1 @@
create table item(id int,status int);