mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-01-06 09:02:59 +01:00
Fix: Gestion des types tinyint et datetime.
This commit is contained in:
@@ -27,9 +27,9 @@ create table llx_cotisation
|
||||
(
|
||||
rowid SERIAL PRIMARY KEY,
|
||||
"tms" timestamp,
|
||||
"datec" datetime,
|
||||
"datec" timestamp,
|
||||
"fk_adherent" integer,
|
||||
"dateadh" datetime,
|
||||
"dateadh" timestamp,
|
||||
"cotisation" real,
|
||||
"fk_bank" int4 DEFAULT NULL,
|
||||
"note" text
|
||||
|
||||
Reference in New Issue
Block a user