| 331 | | ||filterID|| TINYINT NOT NULL || filter ID: g=1, r=2, i=3, z=4, y=5, w=6, ... || || IPP uses string (g.00000). Need enum. || |
| 332 | | ||surveyID|| TINYINT NOT NULL || survey flag identifier || || || |
| 333 | | || psfLikelihood || REAL NOT NULL || PSF likelihood || smf.psf.PSF_QF? || || |
| 334 | | || psfCf|| REAL NOT NULL || PSF coverage factor || smf.psf.PSF_QF? || || |
| 335 | | || infoFlag|| INT NOT NULL || bitmask indicating provenance information || || || |
| 336 | | || activeFlag|| TINYINT NOT NULL || indicates whether this detection/orphan is still a detection/orphan || || || |
| 337 | | || historyModNum || SMALLINT NOT NULL || modification number in the O-D association history || || set to 0? || |
| | 331 | ||filterID|| TINYINT || filter ID: g=1, r=2, i=3, z=4, y=5, w=6, ... || || IPP uses string (g.00000). Need enum. || |
| | 332 | ||surveyID|| TINYINT || survey flag identifier || || || |
| | 333 | || psfLikelihood || REAL || PSF likelihood || smf.psf.PSF_QF? || || |
| | 334 | || psfCf|| REAL || PSF coverage factor || smf.psf.PSF_QF? || || |
| | 335 | || infoFlag|| INT || bitmask indicating provenance information || || || |
| | 336 | || activeFlag|| TINYINT L || indicates whether this detection/orphan is still a detection/orphan || || || |
| | 337 | || historyModNum || SMALLINT || modification number in the O-D association history || || set to 0? || |