123456789101112131415161718192021222324 |
- {
- "url_rewrite": {
- "column": {
- "url_rewrite_id": true,
- "entity_type": true,
- "entity_id": true,
- "request_path": true,
- "target_path": true,
- "redirect_type": true,
- "store_id": true,
- "description": true,
- "is_autogenerated": true,
- "metadata": true
- },
- "index": {
- "URL_REWRITE_TARGET_PATH": true,
- "URL_REWRITE_STORE_ID_ENTITY_ID": true
- },
- "constraint": {
- "PRIMARY": true,
- "URL_REWRITE_REQUEST_PATH_STORE_ID": true
- }
- }
- }
|