From c67fb0ecea2df05ce85176d4b4fe86eee8145231 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Wed, 8 Jun 2005 13:24:57 +0000 Subject: [PATCH] Ajout champs --- htdocs/telephonie/sql/llx_telephonie_distributeur.sql | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/htdocs/telephonie/sql/llx_telephonie_distributeur.sql b/htdocs/telephonie/sql/llx_telephonie_distributeur.sql index f9b4a2c9df3..5f075a5b6d1 100644 --- a/htdocs/telephonie/sql/llx_telephonie_distributeur.sql +++ b/htdocs/telephonie/sql/llx_telephonie_distributeur.sql @@ -21,8 +21,10 @@ -- ======================================================================== -- create table llx_telephonie_distributeur ( - rowid integer AUTO_INCREMENT PRIMARY KEY, - nom varchar(50) NOT NULL, - grille_tarif integer DEFAULT 1 + rowid integer AUTO_INCREMENT PRIMARY KEY, + nom varchar(50) NOT NULL, + grille_tarif integer DEFAULT 1, + remun_pourcentage real, + remun_avance real )type=innodb;