User Feedback
User feedback and suggestions management.
ahgFeedbackPlugin
10
feedback10
feedback_i18nEntity Relationship Diagram
Open Full SizeForeign Key Relationships
| Constraint | Table | Column | References | Referenced Column | |
|---|---|---|---|---|---|
feedback_FK_1 |
feedback |
id | object |
id | |
feedback_i18n_FK_1 |
feedback_i18n |
id | feedback |
id |
feedback
11 columns
10 rows
| Column | Type | Nullable | Default | Extra | Comment | |
|---|---|---|---|---|---|---|
| PK | id |
int | NOT NULL | - | ||
feed_name |
varchar(50) | NULL | - | |||
feed_surname |
varchar(50) | NULL | - | |||
feed_phone |
varchar(50) | NULL | - | |||
feed_email |
varchar(50) | NULL | - | |||
feed_relationship |
text | NULL | - | |||
parent_id |
varchar(50) | NULL | - | |||
feed_type_id |
int | NULL | - | |||
lft |
int | NOT NULL | - | |||
rgt |
int | NOT NULL | - | |||
source_culture |
varchar(14) | NOT NULL | - |
feedback_i18n
10 columns
10 rows
| Column | Type | Nullable | Default | Extra | Comment | |
|---|---|---|---|---|---|---|
name |
varchar(1024) | NULL | - | |||
unique_identifier |
varchar(1024) | NULL | - | |||
remarks |
text | NULL | - | |||
| PK | id |
int | NOT NULL | - | ||
object_id |
text | NULL | - | |||
completed_at |
datetime | NULL | - | |||
created_at |
datetime | NOT NULL | - | |||
status_id |
int | NOT NULL | - | |||
| PK | culture |
varchar(14) | NOT NULL | - | ||
status |
varchar(50) | NULL |
pending
|
Notes
Log in to add notes.
Legend
PK Primary Key
FK Foreign Key / Index
UQ Unique Constraint
Table structures are read live from the database. Row counts reflect current data.