web/test/data/schema/Personne.sql
author sylvain.thenault@logilab.fr
Mon, 02 Mar 2009 21:03:54 +0100
branchtls-sprint
changeset 985 6a25c58a1c23
parent 0 b97547f5f1fa
permissions -rw-r--r--
backport stable branch, take care a lot of conflicts occured, this may be the revision you're looking for...

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