4 | Field | Description | Type | Null | Key | Default | Extra |
5 | ------------ | ---------------------------------- | ------------ | ---- | --- | ------------------- | ----- |
6 | url | page url | varchar(255) | NO | PRI | NULL | |
7 | guessing | is the "guessing" mode active? | tinyint(1) | NO | PRI | 0 | |
8 | oembed | is the data the result of oembed? | tinyint(1) | NO | PRI | 0 | |
9 | content | page data | text | NO | | NULL | |
10 | created | datetime of creation | datetime | NO | MUL | 0001-01-01 00:00:00 | |
12 Return to [database documentation](help/database)