web/test/data/schema/Personne.sql
author Laure Bourgois <Laure.Bourgois@logilab.fr>
Mon, 02 Feb 2009 13:32:56 +0100
changeset 550 2300370b8edd
parent 0 b97547f5f1fa
permissions -rw-r--r--
refactoring OWLView (TBOX+ABOX) and OWLABOXView (pseudo-ABOX for a given entity). By now OWLView is using (for cost advantage) OWLABOXLightView.

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