forked from Wavyzz/dolibarr
FIX SPEC #7013 : use database type "numeric" to store monetary values
This commit is contained in:
@@ -24,7 +24,7 @@ create table llx_subscription
|
||||
fk_adherent integer,
|
||||
dateadh datetime,
|
||||
datef date,
|
||||
subscription real,
|
||||
subscription numeric(24,8),
|
||||
fk_bank integer DEFAULT NULL,
|
||||
note text
|
||||
)ENGINE=innodb;
|
||||
|
||||
Reference in New Issue
Block a user