Changes between Version 11 and Version 12 of ippToPsps_Database
- Timestamp:
- Mar 13, 2012, 2:22:58 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ippToPsps_Database
v11 v12 58 58 == The batch tables == 59 59 === The {{{batch}}} table === 60 61 A very important table, 62 63 {{{batch_id}}} is an auto-incrementing integer col 64 60 65 === The {{{detection}}} table === 66 67 This 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 61 69 === The {{{stack}}} table === 70 71 This 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. 62 72 63 73 = Some handy SQL =
