server/test/data/schema/Personne.sql
author sylvain.thenault@logilab.fr
Thu, 29 Jan 2009 16:26:33 +0100
changeset 519 06390418cd9a
parent 0 b97547f5f1fa
permissions -rw-r--r--
pyrorql source now ignore external eids which are themselves coming from another external source already in use by the repository (should have the same uri)

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)