HSQLDB versions up to 2.5.1 do not support the DEFAULT clause directly for MySQL ENUM declarations. This may be supported in later versions.
You can add the DEFAULT after the table is created. Use:
ALTER TABLE people ALTER COLUMN is_subscribed SET DEFAULT 'n'
Update: This is now supported in the latest code. You can check out the code and build the jar. The update will appear in the next release.
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…