Skip to content

Commit

Permalink
Update nullable fields
Browse files Browse the repository at this point in the history
  • Loading branch information
bsmartradio committed Dec 4, 2023
1 parent f870e1e commit 9593d51
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions yml/apdb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 9593d51

Please sign in to comment.