Blog data table.
| Column Name | Type | Length | Nullable | Unicode | Description |
|---|---|---|---|---|---|
| blogID | bigint | N/A | false | The ID of the blog. Primary key. | |
| cmAuthentication | smallint | N/A | true | The comment authentication strategy of this blog. | |
| cmModeration | smallint | N/A | true | Whether or not comment moderation is enabled. | |
| cmNotification | smallint | N/A | true | Whether or not comment notification is enabled. | |
| containerID | bigint | N/A | false | The ID of the container to which this blog belongs. | |
| containerType | int | N/A | false | The type of the container to which this blog belongs. | |
| creationDate | bigint | N/A | false | The date the blog was created. | |
| description | varchar | 1000 | true | true | The description of the blog. |
| displayName | varchar | 255 | true | true | The display name of the blog (shows in URLs). |
| feedEnabled | smallint | N/A | true | Whether or not feeds are enabled for the blog (constants defined in the application). | |
| feedFullContent | smallint | N/A | true | Whether or not feed contain full blog post content. | |
| modificationDate | bigint | N/A | false | The data the blog was modified. | |
| name | varchar | 255 | false | true | The name of the blog. |
| pingOverride | smallint | N/A | true | Whether global ping settings are overridden by this blog or not. | |
| pingServices | text | N/A | true | true | A list of services to ping when this blog is updated. |
| tbModeration | smallint | N/A | true | Whether or not trackback moderation is enabled. | |
| tbNotification | smallint | N/A | true | Whether or not trackback notification is enabled. |