Show
Ignore:
Timestamp:
07/09/03 22:17:07 (21 years ago)
Author:
jalet
Message:

Email field added to PostgreSQL schema

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/initscripts/postgresql/pykota-postgresql.sql

    r1021 r1079  
    2020-- 
    2121-- $Log$ 
     22-- Revision 1.3  2003/07/09 20:17:07  jalet 
     23-- Email field added to PostgreSQL schema 
     24-- 
    2225-- Revision 1.2  2003/06/10 16:37:54  jalet 
    2326-- Deletion of the second user which is not needed anymore. 
     
    5962CREATE TABLE users(id SERIAL PRIMARY KEY NOT NULL, 
    6063                   username TEXT UNIQUE NOT NULL, 
     64                   email TEXT,  
    6165                   balance FLOAT DEFAULT 0.0, 
    6266                   lifetimepaid FLOAT DEFAULT 0.0,