server/test/data/migrschema/Personne.sql
author Emile Anclin <emile.anclin@logilab.fr>
Wed, 11 Feb 2009 14:21:17 +0100
changeset 576 b9803ed2e31d
parent 0 b97547f5f1fa
permissions -rw-r--r--
propostion for integrating the simple setup

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