NAME
Dwimmer::DB::Result::PageHistory
TABLE: page_history
ACCESSORS
id
data_type: 'integer'
is_auto_increment: 1
is_nullable: 0
pageid
data_type: 'integer'
is_foreign_key: 1
is_nullable: 0
revision
data_type: 'integer'
is_nullable: 0
siteid
data_type: 'integer'
is_foreign_key: 1
is_nullable: 0
title
data_type: 'varchar'
is_nullable: 0
size: 255
body
data_type: 'blob'
is_nullable: 1
description
data_type: 'varchar'
is_nullable: 1
size: 255
abstract
data_type: 'blob'
is_nullable: 1
filename
data_type: 'varchar'
is_nullable: 0
size: 255
timestamp
data_type: 'integer'
is_nullable: 0
author
data_type: 'integer'
is_foreign_key: 1
is_nullable: 0
PRIMARY KEY
RELATIONS
author
Type: belongs_to
Related object: Dwimmer::DB::Result::User
pageid
Type: belongs_to
Related object: Dwimmer::DB::Result::Page
siteid
Type: belongs_to
Related object: Dwimmer::DB::Result::Site