mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-01-08 01:53:03 +01:00
Fix: Gestion des types tinyint et datetime.
This commit is contained in:
@@ -30,7 +30,7 @@ create table llx_export_compta
|
||||
(
|
||||
rowid SERIAL PRIMARY KEY,
|
||||
"ref" varchar(12) NOT NULL,
|
||||
"date_export" datetime, -- date de creation
|
||||
"date_export" timestamp, -- date de creation
|
||||
"fk_user" integer NOT NULL,
|
||||
"note" text
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user