mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-22 09:21:30 +01:00
12 lines
241 B
SQL
12 lines
241 B
SQL
-- ===================================================================
|
|
-- $Id$
|
|
-- $Source$
|
|
-- ===================================================================
|
|
|
|
create table llx_pointmort
|
|
(
|
|
month datetime,
|
|
amount real
|
|
);
|
|
|