fix: cms schema
This commit is contained in:
@@ -910,7 +910,7 @@ fields:
|
|||||||
foreign_key_column: null
|
foreign_key_column: null
|
||||||
- collection: visual_feedback
|
- collection: visual_feedback
|
||||||
field: screenshot
|
field: screenshot
|
||||||
type: string
|
type: uuid
|
||||||
meta:
|
meta:
|
||||||
collection: visual_feedback
|
collection: visual_feedback
|
||||||
conditions: null
|
conditions: null
|
||||||
@@ -1111,6 +1111,24 @@ fields:
|
|||||||
has_auto_increment: false
|
has_auto_increment: false
|
||||||
foreign_key_table: null
|
foreign_key_table: null
|
||||||
foreign_key_column: null
|
foreign_key_column: null
|
||||||
|
- collection: visual_feedback_comments
|
||||||
|
field: feedback_id
|
||||||
|
type: integer
|
||||||
|
meta:
|
||||||
|
collection: visual_feedback_comments
|
||||||
|
field: feedback_id
|
||||||
|
interface: select-dropdown-m2o
|
||||||
|
special: null
|
||||||
|
width: full
|
||||||
|
required: true
|
||||||
|
schema:
|
||||||
|
name: feedback_id
|
||||||
|
table: visual_feedback_comments
|
||||||
|
data_type: integer
|
||||||
|
is_nullable: false
|
||||||
|
is_indexed: true
|
||||||
|
foreign_key_table: visual_feedback
|
||||||
|
foreign_key_column: id
|
||||||
systemFields:
|
systemFields:
|
||||||
- collection: directus_activity
|
- collection: directus_activity
|
||||||
field: timestamp
|
field: timestamp
|
||||||
|
|||||||
Reference in New Issue
Block a user