2
0
forked from Wavyzz/dolibarr
Files
dolibarr-fork/mysql/tables/llx_bank_class.sql
Rodolphe Quiedeville 8a38142a02 Initial
2002-04-29 20:57:25 +00:00

13 lines
271 B
SQL

-- ===================================================================
-- $Id$
-- $Source$
-- ===================================================================
create table llx_bank_class
(
lineid integer not null,
fk_categ integer not null,
INDEX(lineid)
);