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

Diff of /dolibarr/pgsql/tables/llx_contrat.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 26  Line 26 
26  -- ============================================================================  -- ============================================================================
27    
28    
   
29  create table llx_contrat  create table llx_contrat
30  (  (
31    rowid SERIAL PRIMARY KEY,      rowid SERIAL PRIMARY KEY,  
# Line 38  create table llx_contrat Line 37  create table llx_contrat
37    "fin_validite"    timestamp,    "fin_validite"    timestamp,
38    "date_cloture"    timestamp,    "date_cloture"    timestamp,
39    "fk_soc"          integer NOT NULL,    "fk_soc"          integer NOT NULL,
40      "fk_projet"       integer,
41    "fk_commercial_signature" integer NOT NULL,    "fk_commercial_signature" integer NOT NULL,
42    "fk_commercial_suivi"     integer NOT NULL,    "fk_commercial_suivi"     integer NOT NULL,
43    "fk_user_author"          integer NOT NULL default 0,    "fk_user_author"          integer NOT NULL default 0,

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