Make parcels attached to addresses optional

This commit is contained in:
Eli Ribble 2026-03-05 02:30:12 +00:00
parent 5fa4be483b
commit 78a35e5d1f
No known key found for this signature in database
8 changed files with 84 additions and 51 deletions

View file

@ -99,9 +99,9 @@ var Sites = Table[
ParcelID: column{
Name: "parcel_id",
DBType: "integer",
Default: "",
Default: "NULL",
Comment: "",
Nullable: false,
Nullable: true,
Generated: false,
AutoIncr: false,
},