Container table for Widget frames
| Column Name | Type | Length | Nullable | Unicode | Description |
|---|---|---|---|---|---|
| containerID | int | N/A | false | Container ID holding the widget frame. | |
| frameID | bigint | N/A | false | Widget Frame ID. Primary key. | |
| frameIndex | int | N/A | false | Index of the widget frame within the container. | |
| parentObjectID | bigint | N/A | false | Parent object ID the widget frame is associated with. | |
| parentObjectType | int | N/A | false | Parent object type associated with the widget frame. | |
| published | int | N/A | false | One if the widget frame is published, otherwise it is draft. | |
| widgetID | bigint | N/A | false | Widget ID. |