TABLE_ATTRIBUTE
Description
This table stores the table attribute information.
Columns
| Column Name | Data Type | Description |
| ID | bigint | The unique identifier of the table attribute. |
| KEY_ATTRIBUTE | varchar | The key attribute of the table. |
| NAME | varchar | The name of the table attribute. |
| TABLE | varchar | The table associated with the attribute. |
Primary Key
- ID