forked from Wavyzz/dolibarr
12 lines
241 B
SQL
12 lines
241 B
SQL
-- ===================================================================
|
|
-- $Id$
|
|
-- $Source$
|
|
-- ===================================================================
|
|
|
|
create table llx_pointmort
|
|
(
|
|
month datetime,
|
|
amount real
|
|
);
|
|
|