Make parcels attached to addresses optional
This commit is contained in:
parent
5fa4be483b
commit
78a35e5d1f
8 changed files with 84 additions and 51 deletions
|
|
@ -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,
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue