24 lines
442 B
YAML
24 lines
442 B
YAML
columns:
|
|
id:
|
|
label: id
|
|
type: number
|
|
product_id:
|
|
label: product_id
|
|
type: number
|
|
select: name
|
|
relation: product
|
|
user_id:
|
|
label: user_id
|
|
type: number
|
|
select: username
|
|
relation: user
|
|
comment:
|
|
label: comment
|
|
type: text
|
|
rating:
|
|
label: rating
|
|
type: number
|
|
is_approve:
|
|
label: is_approve
|
|
type: text
|