Table | mostly_static_pages |
|---|---|
Description | Mostly Static Pages |
Column | Format | Description | Definition | Required | Comments |
|---|---|---|---|---|---|
id | integer, primary key | Row identifier | autoincrement | ||
| co_id | integer, foreign key | CO Record ID | cos:id | ||
name | varchar(128) | Name | Used as URL slug | ||
title | varchar(256) | Page Title | |||
description | varchar(128) | Description | |||
| status | varchar(2) | Status |
| ||
| context | varchar(2) | Page context |
| ||
| body | text | Page content |