mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-26 19:31:31 +01:00
8 lines
150 B
SQL
8 lines
150 B
SQL
create table llx_telephonie_tarif (
|
|
rowid integer AUTO_INCREMENT PRIMARY KEY,
|
|
libelle varchar(255),
|
|
|
|
UNIQUE INDEX(libelle)
|
|
)type=innodb;
|
|
|