IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 11 and Version 12 of ippToPsps_Database


Ignore:
Timestamp:
Mar 13, 2012, 2:22:58 PM (14 years ago)
Author:
rhenders
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ippToPsps_Database

    v11 v12  
    5858== The batch tables ==
    5959=== The {{{batch}}} table ===
     60
     61A very important table,
     62
     63{{{batch_id}}} is an auto-incrementing integer col
     64
    6065=== The {{{detection}}} table ===
     66
     67This table contains one row per detection (P2) batch attempted. It references the batch table (above) with a foreign key constraint on the batch_id column.
     68
    6169=== The {{{stack}}} table ===
     70
     71This table contains one row per stack (ST) batch attempted. It references the batch table (above) with a foreign key constraint on the batch_id column.
    6272
    6373= Some handy SQL =