mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-01-04 16:12:39 +01:00
11 lines
281 B
SQL
11 lines
281 B
SQL
-- ===================================================================
|
|
-- $Id$
|
|
-- $Source$
|
|
-- ===================================================================
|
|
|
|
create table llx_bank_categ
|
|
(
|
|
rowid integer AUTO_INCREMENT PRIMARY KEY,
|
|
label varchar(255)
|
|
);
|