web/test/data/schema/Personne.sql
author Aurelien Campeas <aurelien.campeas@logilab.fr>
Thu, 09 Jul 2009 12:23:12 +0200
branchstable
changeset 2346 d0026f2c6a81
parent 0 b97547f5f1fa
permissions -rw-r--r--
[tests] make tests conform to new input/text size and manxlength

nom    ivarchar(64) NOT NULL
prenom ivarchar(64)
sexe   char(1) DEFAULT 'M' 
promo  choice('bon','pasbon')
titre  ivarchar(128)
ass    varchar(128)
web    varchar(128)
tel    integer
fax    integer
datenaiss datetime
test   boolean 
description text
salary float