devtools/test/data/schema/Story.sql
author Adrien Di Mascio <Adrien.DiMascio@logilab.fr>
Fri, 29 May 2009 19:36:08 +0200
changeset 2010 c594323929cb
parent 0 b97547f5f1fa
permissions -rw-r--r--
[facet] provide a DateRangeFacet (still need to refactor, maybe create a CWWidget)

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)