ajout type

This commit is contained in:
Rodolphe Quiedeville 2003-08-06 17:06:06 +00:00
parent c3e5723bb5
commit 7849584fab

View File

@ -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
-- 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,
label varchar(255),
note text
);
)
type=INNODB;