Blame view

database/update/old/db-update-2012-11-10.sql 184 Bytes
6c4edfa3   Alexandre   First Commit LabI...
1
2
3
4
5
###########
# 2/11/10 : ajout du champ "tel" dans table "emprunts" 
###########

ALTER TABLE `emprunts` ADD `tel` VARCHAR( 20 ) NULL DEFAULT NULL COMMENT 'Telephone emprunteur externe'