IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 35295 for trunk/ippTools/share


Ignore:
Timestamp:
Mar 11, 2013, 2:03:24 PM (13 years ago)
Author:
bills
Message:

add username, proj_id, and registered to table pstampRequest

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTools/share/pxadmin_create_tables.sql

    r35239 r35295  
    14411441        outProduct VARCHAR(64),
    14421442        uri VARCHAR(255),
    1443         outdir     VARCHAR(255),
     1443        outdir VARCHAR(255),
     1444        username VARCHAR(255),
     1445        proj_id BIGINT,
     1446        registered TIMESTAMP DEFAULT CURRENT_TIMESTAMP,
    14441447        timestamp TIMESTAMP,
    14451448        fault SMALLINT,
     
    14481451        KEY(state),
    14491452        KEY(fault),
    1450         KEY(label)
     1453        KEY(label),
     1454        KEY(username)
    14511455) ENGINE=innodb DEFAULT CHARSET=latin1;
    14521456
     
    21942198    KEY (state),
    21952199    KEY (fault),
     2200    KEY (group_id),
    21962201    FOREIGN KEY(exp_id) REFERENCES rawExp(exp_id),
    21972202    FOREIGN KEY(chip_id) REFERENCES chipRun(chip_id),
Note: See TracChangeset for help on using the changeset viewer.