mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-09 19:18:22 +01:00
12 lines
256 B
SQL
12 lines
256 B
SQL
-- ========================================================================
|
|
-- $Id$
|
|
-- $Source$
|
|
-- ========================================================================
|
|
|
|
create table c_stcomm
|
|
(
|
|
id integer PRIMARY KEY,
|
|
libelle varchar(30)
|
|
);
|
|
|