Database Table BlogThread |
[This is preliminary documentation and is subject to change.]
The BlogEntry2 table holds blog entries for threads and users.
Field name | Type | Note | Description |
---|---|---|---|
Id | INT | Primary Key | Internal unique id |
CreatedDateTime | DATETIME | Date/time thread was created | |
CreatedBy | INT | Foreign key to employee | Reference to Employee: id of user who created thread |
Description | TEXT | The actual entry. |