NAME
AtomBus::Schema::Result::AtomBusEntry
VERSION
version 1.0405
NAME
AtomBus::Schema::Result::AtomBusEntry
ACCESSORS
order_id
data_type: 'integer'
is_nullable: 0
is_auto_increment: 1
id
data_type: 'varchar'
is_nullable: 0
size: 100
feed_title
data_type: 'varchar'
is_foreign_key: 1
is_nullable: 0
size: 255
title
data_type: 'text'
is_nullable: 0
author_name
data_type: 'varchar'
is_nullable: 1
size: 255
author_email
data_type: 'varchar'
is_nullable: 1
size: 255
updated
data_type: 'varchar'
is_nullable: 0
size: 100
content
data_type: 'text'
is_nullable: 0
RELATIONS
feed_title
Type: belongs_to
Related object: AtomBus::Schema::Result::AtomBusFeed
AUTHOR
Naveed Massjouni <naveedm9@gmail.com>
COPYRIGHT AND LICENSE
This software is copyright (c) 2010 by Naveed Massjouni.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.