The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

App::Zapzi::Database::Schema::Folder - zapzi folder table

VERSION

version 0.004

DESCRIPTION

This module defines the schema for the folders table in the Zapzi database.

ACCESSORS

id

  Unique ID for this folder
  data_type: 'integer'
  is_auto_increment: 1
  is_nullable: 0

name

  Name of this folder
  data_type: 'text'
  default_value: 'Unknown'
  is_nullable: 0

PRIMARY KEY

UNIQUE CONSTRAINTS

name_unique

RELATIONSHIPS

Has many

  • articles (-> Article)

AUTHOR

Rupert Lane <rupert@rupert-lane.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2013 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.