Footprints Data Model |
Table |
Table Name | Publish Log |
Table Definition | A log of container and item publish actions. The definitions are used to create schema, table, view, stored procedure, and index objects in the relational database in order to store dynamically defined information. |
Attribute |
Attribute Name | Attribute Definition | Logical Datatype | Is Required |
Publish Log Id | The automatically generated primary key of the publ_log table. | LONG | Yes |
Container Definition Id | A Foreign Key to the Definition table. Container being published. | LONG | Yes |
Publish Date | Log date. | DATE | Yes |
Author Name | Publish admin user. | VARCHAR(255) | Yes |
Status | Published status. | BOOLEAN | Yes |
Error Count | Count of errors. | SMALLINT | No |
Warning Count | Count of warnings. | SMALLINT | No |
user_id | A Foreign Key to the Application User table. Identifies the user that performed the publish. | LONG | No |