devtools/test/data/schema/Story.sql
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Fri, 24 Jul 2009 19:40:46 +0200
changeset 2501 fa86d99c2c3a
parent 0 b97547f5f1fa
permissions -rw-r--r--
test and fix wf history security

title		ivarchar(64) not null
state		CHOICE('open', 'rejected', 'validation pending', 'resolved') default 'open'
priority	CHOICE('minor', 'normal', 'important') default 'normal'
cost	        integer
description	ivarchar(4096)