Blog post dimension table.
| Column Name | Type | Length | Nullable | Unicode | Description |
|---|---|---|---|---|---|
| blog_id | bigint | N/A | false | The ID of the blog this blog post is contained within. | |
| blogpost_id | bigint | N/A | false | The ID of the blog post. Primary key. | |
| creation_ts | timestamp | N/A | false | Time record was created | |
| modification_ts | timestamp | N/A | false | Time record was update | |
| subject | varchar | 255 | true | true | The subject of the blog post. |