forked from Wavyzz/dolibarr
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)
|
|
);
|