chore: cms sync
This commit is contained in:
@@ -126,9 +126,9 @@ fields:
|
||||
schema:
|
||||
name: id
|
||||
table: client_users
|
||||
data_type: char
|
||||
data_type: uuid
|
||||
default_value: null
|
||||
max_length: 36
|
||||
max_length: null
|
||||
numeric_precision: null
|
||||
numeric_scale: null
|
||||
is_nullable: false
|
||||
@@ -304,7 +304,7 @@ fields:
|
||||
foreign_key_column: null
|
||||
- collection: client_users
|
||||
field: company
|
||||
type: string
|
||||
type: uuid
|
||||
meta:
|
||||
collection: client_users
|
||||
conditions: null
|
||||
@@ -328,9 +328,9 @@ fields:
|
||||
schema:
|
||||
name: company
|
||||
table: client_users
|
||||
data_type: char
|
||||
data_type: uuid
|
||||
default_value: null
|
||||
max_length: 36
|
||||
max_length: null
|
||||
numeric_precision: null
|
||||
numeric_scale: null
|
||||
is_nullable: true
|
||||
@@ -450,9 +450,9 @@ fields:
|
||||
schema:
|
||||
name: id
|
||||
table: companies
|
||||
data_type: char
|
||||
data_type: uuid
|
||||
default_value: null
|
||||
max_length: 36
|
||||
max_length: null
|
||||
numeric_precision: null
|
||||
numeric_scale: null
|
||||
is_nullable: false
|
||||
@@ -617,7 +617,7 @@ fields:
|
||||
width: full
|
||||
- collection: directus_users
|
||||
field: company
|
||||
type: string
|
||||
type: uuid
|
||||
meta:
|
||||
collection: directus_users
|
||||
conditions: null
|
||||
@@ -641,9 +641,9 @@ fields:
|
||||
schema:
|
||||
name: company
|
||||
table: directus_users
|
||||
data_type: char
|
||||
data_type: uuid
|
||||
default_value: null
|
||||
max_length: 36
|
||||
max_length: null
|
||||
numeric_precision: null
|
||||
numeric_scale: null
|
||||
is_nullable: true
|
||||
@@ -869,7 +869,7 @@ fields:
|
||||
foreign_key_column: null
|
||||
- collection: visual_feedback
|
||||
field: user_created
|
||||
type: string
|
||||
type: uuid
|
||||
meta:
|
||||
collection: visual_feedback
|
||||
conditions: null
|
||||
@@ -894,9 +894,9 @@ fields:
|
||||
schema:
|
||||
name: user_created
|
||||
table: visual_feedback
|
||||
data_type: char
|
||||
data_type: uuid
|
||||
default_value: null
|
||||
max_length: 36
|
||||
max_length: null
|
||||
numeric_precision: null
|
||||
numeric_scale: null
|
||||
is_nullable: true
|
||||
@@ -934,9 +934,9 @@ fields:
|
||||
schema:
|
||||
name: screenshot
|
||||
table: visual_feedback
|
||||
data_type: char
|
||||
data_type: uuid
|
||||
default_value: null
|
||||
max_length: 36
|
||||
max_length: null
|
||||
numeric_precision: null
|
||||
numeric_scale: null
|
||||
is_nullable: true
|
||||
@@ -950,7 +950,7 @@ fields:
|
||||
foreign_key_column: null
|
||||
- collection: visual_feedback
|
||||
field: company
|
||||
type: string
|
||||
type: uuid
|
||||
meta:
|
||||
collection: visual_feedback
|
||||
conditions: null
|
||||
@@ -974,9 +974,9 @@ fields:
|
||||
schema:
|
||||
name: company
|
||||
table: visual_feedback
|
||||
data_type: char
|
||||
data_type: uuid
|
||||
default_value: null
|
||||
max_length: 36
|
||||
max_length: null
|
||||
numeric_precision: null
|
||||
numeric_scale: null
|
||||
is_nullable: true
|
||||
@@ -1072,7 +1072,7 @@ fields:
|
||||
foreign_key_column: null
|
||||
- collection: visual_feedback_comments
|
||||
field: user_created
|
||||
type: string
|
||||
type: uuid
|
||||
meta:
|
||||
collection: visual_feedback_comments
|
||||
conditions: null
|
||||
@@ -1097,9 +1097,9 @@ fields:
|
||||
schema:
|
||||
name: user_created
|
||||
table: visual_feedback_comments
|
||||
data_type: char
|
||||
data_type: uuid
|
||||
default_value: null
|
||||
max_length: 36
|
||||
max_length: null
|
||||
numeric_precision: null
|
||||
numeric_scale: null
|
||||
is_nullable: true
|
||||
|
||||
Reference in New Issue
Block a user