diff -r 000000000000 -r b97547f5f1fa server/test/data/schema/Personne.sql --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/server/test/data/schema/Personne.sql Wed Nov 05 15:52:50 2008 +0100 @@ -0,0 +1,14 @@ +nom ivarchar(64) NOT NULL +prenom ivarchar(64) +sexe 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 +description text +firstname ivarchar(64)