Make GlobalID required for all Fieldseeker tables
I'm pretty sure it has to be there, and it allows me to clean up my code.
This commit is contained in:
parent
53e08d840e
commit
1aefca2f5d
217 changed files with 871 additions and 1358 deletions
|
|
@ -1,4 +1,4 @@
|
|||
// Code generated by BobGen psql v0.0.4-0.20251216163753-8e325b7c773a+dirty. DO NOT EDIT.
|
||||
// Code generated by BobGen psql v0.0.4-0.20260105020634-53e08d840e47+dirty. DO NOT EDIT.
|
||||
// This file is meant to be re-generated in place and/or deleted at any time.
|
||||
|
||||
package dbinfo
|
||||
|
|
@ -63,9 +63,9 @@ var FieldseekerPooldetails = Table[
|
|||
Globalid: column{
|
||||
Name: "globalid",
|
||||
DBType: "uuid",
|
||||
Default: "NULL",
|
||||
Default: "",
|
||||
Comment: "Original attribute from ArcGIS API is GlobalID",
|
||||
Nullable: true,
|
||||
Nullable: false,
|
||||
Generated: false,
|
||||
AutoIncr: false,
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue