2
0
forked from Wavyzz/dolibarr
Files
dolibarr-fork/mysql/tables/c_effectif.sql
Rodolphe Quiedeville 8a38142a02 Initial
2002-04-29 20:57:25 +00:00

12 lines
262 B
SQL

-- ========================================================================
-- $Id$
-- $Source$
-- ========================================================================
create table c_effectif
(
id integer PRIMARY KEY,
libelle varchar(30)
);