web/test/data/schema/Personne.sql
author sylvain.thenault@logilab.fr
Wed, 13 May 2009 16:28:21 +0200
branchtls-sprint
changeset 1786 eccd1885d42e
parent 0 b97547f5f1fa
permissions -rw-r--r--
one more msplanning bug fixed...

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