NAME
App::Zapzi::Database::Schema::Config - zapzi config table
VERSION
version 0.006
DESCRIPTION
This module defines the schema for the config table in the Zapzi database.
ACCESSORS
name
Unique ID for this config item
data_type: 'text'
is_nullable: 0
value
Value of this config item
data_type: 'text'
default_value: ''
is_nullable: 0
PRIMARY KEY
UNIQUE CONSTRAINTS
None
RELATIONSHIPS
None
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.