mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-01-06 00:53:00 +01:00
Modif des double(16,8) en double(24,8)
This commit is contained in:
@@ -25,7 +25,7 @@ create table llx_c_ecotaxe
|
||||
rowid integer AUTO_INCREMENT PRIMARY KEY,
|
||||
code varchar(64) UNIQUE NOT NULL, -- Code servant <20> la traduction et <20> la r<>f<EFBFBD>rence interne
|
||||
libelle varchar(255), -- Description
|
||||
price double(16,8), -- Montant HT
|
||||
price double(24,8), -- Montant HT
|
||||
organization varchar(255), -- Organisme g<>rant le bar<61>me tarifaire
|
||||
fk_pays integer NOT NULL, -- Pays correspondant
|
||||
active tinyint DEFAULT 1 NOT NULL
|
||||
|
||||
Reference in New Issue
Block a user