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

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

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

revision 1.16 by eldy, Fri Aug 19 20:57:31 2005 UTC revision 1.17 by eldy, Sat Aug 20 18:26:12 2005 UTC
# Line 26  create table llx_product Line 26  create table llx_product
26    datec              datetime,    datec              datetime,
27    tms                timestamp,    tms                timestamp,
28    ref                varchar(15) UNIQUE NOT NULL,    ref                varchar(15) UNIQUE NOT NULL,
29    label              varchar(255),    label              varchar(128),
30    description        text,    description        varchar(255),
31      note               text,
32    price              double,    price              double,
33    tva_tx             double DEFAULT 19.6,    tva_tx             double,
34    fk_user_author     integer,    fk_user_author     integer,
35    envente            tinyint DEFAULT 1,    envente            tinyint DEFAULT 1,
36    nbvente            integer DEFAULT 0,    nbvente            integer DEFAULT 0,

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17

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