devtools/test/data/schema/Bug.sql
author Adrien Di Mascio <Adrien.DiMascio@logilab.fr>
Fri, 09 Jan 2009 11:01:34 +0100
changeset 379 3c19343f2848
parent 0 b97547f5f1fa
permissions -rw-r--r--
[javascript] add safety belt in cubicwebSortValueExtraction for cases where cubicweb:sortvalue is not available

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)