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

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

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

revision 1.12 by eldy, Fri Mar 4 22:43:16 2005 UTC revision 1.13 by eldy, Tue Aug 23 23:45:34 2005 UTC
# Line 3  Line 3 
3  -- (c) 2005, Laurent Destailleur.  -- (c) 2005, Laurent Destailleur.
4    
5  -- ===================================================================  -- ===================================================================
6  -- Copyright (C) 2001-2003 Rodolphe Quiedeville <rodolphe@quiedeville.org>  -- Copyright (C) 2001-2005 Rodolphe Quiedeville <rodolphe@quiedeville.org>
7  -- Copyright (C) 2004      Laurent Destailleur  <eldy@users.sourceforge.net>  -- Copyright (C) 2004      Laurent Destailleur  <eldy@users.sourceforge.net>
8  --  --
9  -- This program is free software; you can redistribute it and/or modify  -- This program is free software; you can redistribute it and/or modify
# Line 24  Line 24 
24  -- $Source$  -- $Source$
25  -- ===================================================================  -- ===================================================================
26    
   
27  create table llx_facturedet  create table llx_facturedet
28  (  (
29    rowid SERIAL PRIMARY KEY,    rowid SERIAL PRIMARY KEY,
# Line 40  create table llx_facturedet Line 39  create table llx_facturedet
39    "date_start"      timestamp,          -- date debut si service    "date_start"      timestamp,          -- date debut si service
40    "date_end"        timestamp,          -- date fin si service    "date_end"        timestamp,          -- date fin si service
41    "fk_code_ventilation" integer DEFAULT 0 NOT NULL,    "fk_code_ventilation" integer DEFAULT 0 NOT NULL,
42    "fk_export_compta"    integer DEFAULT 0 NOT NULL    "fk_export_compta"    integer DEFAULT 0 NOT NULL,
43      "rang"                integer DEFAULT 0
44  );  );

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13

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