/[dolibarr]/dolibarr/mysql/tables/llx_c_tva.sql
ViewVC logotype

Diff of /dolibarr/mysql/tables/llx_c_tva.sql

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by eldy, Sat Aug 20 14:37:15 2005 UTC revision 1.2 by eldy, Tue Nov 1 14:37:04 2005 UTC
# Line 24  create table llx_c_tva Line 24  create table llx_c_tva
24  (  (
25    rowid             integer NOT NULL AUTO_INCREMENT PRIMARY KEY,    rowid             integer NOT NULL AUTO_INCREMENT PRIMARY KEY,
26    fk_pays           integer NOT NULL,    fk_pays           integer NOT NULL,
27    taux              double NOT NULL,    taux              double  NOT NULL,
28    recuperableonly   integer DEFAULT 0,    recuperableonly   integer NOT NULL DEFAULT 0,
29    note              varchar(128),    note              varchar(128),
30    active            tinyint DEFAULT 1 NOT NULL    active            tinyint DEFAULT 1 NOT NULL
31    

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26