includetext — Database table for storing special "include" files used in sections of the site (like the "known issues" box in support). Useful for keeping clusters of web servers in sync easier.
Column name | Type | Null | Default | Description |
---|---|---|---|---|
incname | varchar(80) | The filename of the include file. | ||
inctext | text | YES | The text contents of the include file. | |
updatetime | int unsigned | 0 | The date it was last updated. |
Key name | Type | Column(s) |
---|---|---|
PRIMARY | PRIMARY | |
updatetime | INDEX |