fud30_pages - fudforum/FUDforum GitHub Wiki
Description of FUDforum table fud30_pages. Also see static pages.
Column Name | Datatype | Can be Null? | Key? | Default | Description |
---|---|---|---|---|---|
id | int(11) | NO | PRI | - | auto_increment |
slug | varchar(32) | NO | UNI | - | Page slug for URL. |
title | varchar(255) | NO | - | - | Page title. |
foff | bigint(20) | NO | - | 0 | Offset in file (-1 if stored in DB). |
length | int(11) | NO | - | 0 | Message body length. |
created_by | int(11) | NO | - | - | Created by user. References fud30_users.id. |
page_opt | int(11) | NO | - | - | Page options. See below. |
Index Name | Uniqueness | Column Name | Seq in index | Comments |
---|---|---|---|---|
PRIMARY | UNIQUE | id | 1 | |
fud30_pages_s | UNIQUE | slug | 1 |
Binary values for page_opt:
- 1 = Published?
- 2 = Show in list of pages? (not implemented)
- 4 = Execute embedded PHP code?