forked from Wavyzz/dolibarr
12 lines
262 B
SQL
12 lines
262 B
SQL
-- ========================================================================
|
|
-- $Id$
|
|
-- $Source$
|
|
-- ========================================================================
|
|
|
|
create table c_effectif
|
|
(
|
|
id integer PRIMARY KEY,
|
|
libelle varchar(30)
|
|
);
|
|
|