Files
dolibarr/mysql/tables/llx_pointmort.sql
Rodolphe Quiedeville 8a38142a02 Initial
2002-04-29 20:57:25 +00:00

12 lines
241 B
SQL

-- ===================================================================
-- $Id$
-- $Source$
-- ===================================================================
create table llx_pointmort
(
month datetime,
amount real
);