server/test/data/migrschema/Personne.sql
author Nicolas Chauvat <nicolas.chauvat@logilab.fr>
Fri, 31 Jul 2009 23:22:19 +0200
changeset 2614 351f1fcfa53c
parent 0 b97547f5f1fa
permissions -rw-r--r--
F [doc] mark code block as python source in cookbook

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