ajout fk_contrat

This commit is contained in:
Rodolphe Quiedeville 2005-07-26 14:17:20 +00:00
parent b24f9c05b2
commit d089e25baf

View File

@ -25,6 +25,7 @@
create table llx_telephonie_facture (
rowid integer AUTO_INCREMENT PRIMARY KEY,
fk_contrat integer NOT NULL,
fk_ligne integer NOT NULL,
ligne varchar(255) NOT NULL,
date varchar(255) NOT NULL,