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