forked from Wavyzz/dolibarr
13 lines
271 B
SQL
13 lines
271 B
SQL
-- ===================================================================
|
|
-- $Id$
|
|
-- $Source$
|
|
-- ===================================================================
|
|
|
|
create table llx_bank_class
|
|
(
|
|
lineid integer not null,
|
|
fk_categ integer not null,
|
|
|
|
INDEX(lineid)
|
|
);
|