From 6d2fcc852250bfa9fd2667d3b14c8e4ce97acf32 Mon Sep 17 00:00:00 2001 From: Brianna Smart Date: Mon, 4 Dec 2023 10:10:19 -0300 Subject: [PATCH] Update nullable fields --- yml/apdb.yaml | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/yml/apdb.yaml b/yml/apdb.yaml index e368416f..e889922f 100644 --- a/yml/apdb.yaml +++ b/yml/apdb.yaml @@ -153,7 +153,6 @@ tables: - name: pmParallaxNdata "@id": "#DiaObject.pmParallaxNdata" datatype: int - nullable: false description: The number of data points used to fit the model. mysql:datatype: INTEGER - name: u_psfFluxMean @@ -186,7 +185,6 @@ tables: - name: u_psfFluxNdata "@id": "#DiaObject.u_psfFluxNdata" datatype: int - nullable: false description: The number of data points used to compute u_psfFluxChi2. mysql:datatype: INTEGER - name: u_fpFluxMean @@ -224,8 +222,8 @@ tables: mysql:datatype: FLOAT fits:tunit: nJy ivoa:ucd: stat.error - - name: g_psfFluxSigma - "@id": "#DiaObject.g_psfFluxSigma" + - name: g_psfFluxErr + "@id": "#DiaObject.g_psfFluxErr" datatype: float description: Standard deviation of the distribution of g_psfFlux. mysql:datatype: FLOAT @@ -240,7 +238,6 @@ tables: - name: g_psfFluxNdata "@id": "#DiaObject.g_psfFluxNdata" datatype: int - nullable: false description: The number of data points used to compute g_psfFluxChi2. mysql:datatype: INTEGER - name: g_fpFluxMean @@ -294,7 +291,6 @@ tables: - name: r_psfFluxNdata "@id": "#DiaObject.r_psfFluxNdata" datatype: int - nullable: false description: The number of data points used to compute r_psfFluxChi2. mysql:datatype: INTEGER - name: r_fpFluxMean @@ -348,7 +344,6 @@ tables: - name: i_psfFluxNdata "@id": "#DiaObject.i_psfFluxNdata" datatype: int - nullable: false description: The number of data points used to compute i_psfFluxChi2. mysql:datatype: INTEGER - name: i_fpFluxMean @@ -402,7 +397,6 @@ tables: - name: z_psfFluxNdata "@id": "#DiaObject.z_psfFluxNdata" datatype: int - nullable: false description: The number of data points used to compute z_psfFluxChi2. mysql:datatype: INTEGER - name: z_fpFluxMean @@ -456,7 +450,6 @@ tables: - name: y_psfFluxNdata "@id": "#DiaObject.y_psfFluxNdata" datatype: int - nullable: false description: The number of data points used to compute y_psfFluxChi2. mysql:datatype: INTEGER - name: y_fpFluxMean @@ -567,7 +560,6 @@ tables: - name: nearbyObj1 "@id": "#DiaObject.nearbyObj1" datatype: long - nullable: false description: Id of the closest nearby object. mysql:datatype: BIGINT ivoa:ucd: meta.id;src @@ -586,7 +578,6 @@ tables: - name: nearbyObj2 "@id": "#DiaObject.nearbyObj2" datatype: long - nullable: false description: Id of the second-closest nearby object. mysql:datatype: BIGINT ivoa:ucd: meta.id;src @@ -605,7 +596,6 @@ tables: - name: nearbyObj3 "@id": "#DiaObject.nearbyObj3" datatype: long - nullable: false description: Id of the third-closest nearby object. mysql:datatype: BIGINT ivoa:ucd: meta.id;src