/[dolibarr]/dolibarr/pgsql/tables/llx_c_chargesociales.sql
ViewVC logotype

Diff of /dolibarr/pgsql/tables/llx_c_chargesociales.sql

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

revision 1.10 by eldy, Fri Mar 4 22:43:16 2005 UTC revision 1.11 by eldy, Tue Aug 23 23:45:33 2005 UTC
# Line 27  Line 27 
27    
28  create table llx_c_chargesociales  create table llx_c_chargesociales
29  (  (
30    id          integer PRIMARY KEY,    id SERIAL PRIMARY KEY,
31    "libelle"     varchar(80),    "libelle"     varchar(80),
32    "deductible"  smallint DEFAULT 0 NOT NULL,    "deductible"  smallint DEFAULT 0 NOT NULL,
33    "active"      smallint DEFAULT 1  NOT NULL    "active"      smallint DEFAULT 1  NOT NULL

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

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