NAME
App::Zapzi::Database::Schema::ArticleText - zapzi article_text table
VERSION
version 0.017
DESCRIPTION
This module defines the schema for the article_text table in the Zapzi database.
ACCESSORS
id
FK to articles
data_type: 'integer'
is_nullable: 0
text
Body of the article
data_type: 'blob'
default_value: ''
is_nullable: 0
PRIMARY KEY
RELATIONSHIPS
Has one
article (-> Article)
AUTHOR
Rupert Lane <rupert@rupert-lane.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2015 by Rupert Lane.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.