Skip to content

Commit

Permalink
feat: update schema
Browse files Browse the repository at this point in the history
  • Loading branch information
alexey-yarmosh committed Apr 12, 2024
1 parent 0b6bc1f commit ca868fa
Showing 1 changed file with 76 additions and 0 deletions.
76 changes: 76 additions & 0 deletions snapshots/collections-schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2176,6 +2176,82 @@ fields:
has_auto_increment: false
foreign_key_table: null
foreign_key_column: null
- collection: gp_location_overrides
field: latitude
type: float
meta:
collection: gp_location_overrides
conditions: null
display: null
display_options: null
field: latitude
group: null
hidden: false
interface: input
note: null
options: null
readonly: false
required: false
sort: 10
special: null
translations: null
validation: null
validation_message: null
width: full
schema:
name: latitude
table: gp_location_overrides
data_type: float
default_value: null
max_length: null
numeric_precision: 10
numeric_scale: 5
is_nullable: true
is_unique: false
is_primary_key: false
is_generated: false
generation_expression: null
has_auto_increment: false
foreign_key_table: null
foreign_key_column: null
- collection: gp_location_overrides
field: longitude
type: float
meta:
collection: gp_location_overrides
conditions: null
display: null
display_options: null
field: longitude
group: null
hidden: false
interface: input
note: null
options: null
readonly: false
required: false
sort: 11
special: null
translations: null
validation: null
validation_message: null
width: full
schema:
name: longitude
table: gp_location_overrides
data_type: float
default_value: null
max_length: null
numeric_precision: 10
numeric_scale: 5
is_nullable: true
is_unique: false
is_primary_key: false
is_generated: false
generation_expression: null
has_auto_increment: false
foreign_key_table: null
foreign_key_column: null
- collection: gp_tokens
field: date_created
type: timestamp
Expand Down

0 comments on commit ca868fa

Please sign in to comment.