Changeset 2691

Show
Ignore:
Timestamp:
02/14/06 16:18:26 (18 years ago)
Author:
matt
Message:

Correction to billingcodes table creation

Files:
1 modified

Legend:

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

    r2648 r2691  
    184184-- Create the table for the billing codes 
    185185-- 
    186 CREATE TABLE billingcodes (id INT4 PRIMARY KEY NOT NULL, 
     186CREATE TABLE billingcodes (id INT4 PRIMARY KEY NOT NULL AUTO_INCREMENT, 
    187187                           billingcode VARCHAR(255) UNIQUE NOT NULL, 
    188188                           description TEXT,