»

includetext

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.

includetext

Column nameTypeNullDefaultDescription
incnamevarchar(80) The filename of the include file.
inctexttextYESThe text contents of the include file.
updatetimeint unsigned 0The date it was last updated.
Key nameTypeColumn(s)
PRIMARYPRIMARY
updatetimeINDEX