changeset 0 | b97547f5f1fa |
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/devtools/test/data/schema/Bug.sql Wed Nov 05 15:52:50 2008 +0100 @@ -0,0 +1,5 @@ +title ivarchar(64) not null +state CHOICE('open', 'rejected', 'validation pending', 'resolved') default 'open' +severity CHOICE('important', 'normal', 'minor') default 'normal' +cost integer +description ivarchar(4096)