Fields (6)
| Name | Type | Null | Key | Default | Extra |
|---|---|---|---|---|---|
| id | binary(16) | NO | PRI | NULL | |
| google_shopping_account_id | binary(16) | NO | MUL | NULL | |
| merchant_id | varchar(255) | NO | NULL | ||
| custom_fields | longtext | YES | NULL | ||
| created_at | datetime(3) | NO | NULL | ||
| updated_at | datetime(3) | YES | NULL |
Indexes (2)
| Name | Columns | Unique |
|---|---|---|
| fk.google_shopping_merchant_account.google_shopping_account_id | google_shopping_account_id | No |
| PRIMARY | id | Yes |