web/test/data/schema/Personne.sql
changeset 2636 104291d9bd00
parent 2635 c94df21f7ab2
child 2637 07103211e511
equal deleted inserted replaced
2635:c94df21f7ab2 2636:104291d9bd00
     1 nom    ivarchar(64) NOT NULL
       
     2 prenom ivarchar(64)
       
     3 sexe   char(1) DEFAULT 'M' 
       
     4 promo  choice('bon','pasbon')
       
     5 titre  ivarchar(128)
       
     6 ass    varchar(128)
       
     7 web    varchar(128)
       
     8 tel    integer
       
     9 fax    integer
       
    10 datenaiss datetime
       
    11 test   boolean 
       
    12 description text
       
    13 salary float