ajout type
This commit is contained in:
parent
c3e5723bb5
commit
7849584fab
@ -1,5 +1,5 @@
|
|||||||
-- ===================================================================
|
-- ===================================================================
|
||||||
-- Copyright (C) 2002 Rodolphe Quiedeville <rodolphe@quiedeville.org>
|
-- Copyright (C) 2002-2003 Rodolphe Quiedeville <rodolphe@quiedeville.org>
|
||||||
--
|
--
|
||||||
-- This program is free software; you can redistribute it and/or modify
|
-- This program is free software; you can redistribute it and/or modify
|
||||||
-- it under the terms of the GNU General Public License as published by
|
-- it under the terms of the GNU General Public License as published by
|
||||||
@ -29,4 +29,5 @@ create table llx_tva
|
|||||||
amount real NOT NULL default 0,
|
amount real NOT NULL default 0,
|
||||||
label varchar(255),
|
label varchar(255),
|
||||||
note text
|
note text
|
||||||
);
|
)
|
||||||
|
type=INNODB;
|
||||||
Loading…
Reference in New Issue
Block a user