NAME
Interchange6::Schema::Result::Navigation
TABLE: navigation
ACCESSORS
navigation_id
data_type: 'integer'
is_auto_increment: 1
is_nullable: 0
sequence: 'navigation_navigation_id_seq'
uri
data_type: 'varchar'
default_value: (empty string)
is_nullable: 0
size: 255
type
data_type: 'varchar'
default_value: (empty string)
is_nullable: 0
size: 32
scope
data_type: 'varchar'
default_value: (empty string)
is_nullable: 0
size: 32
name
data_type: 'varchar'
default_value: (empty string)
is_nullable: 0
size: 255
description
data_type: 'text'
default_value: (empty string)
is_nullable: 0
template
data_type: 'varchar'
default_value: (empty string)
is_nullable: 0
size: 255
alias
data_type: 'integer'
default_value: 0
is_nullable: 0
parent
data_type: 'integer'
default_value: 0
is_nullable: 0
priority
data_type: 'integer'
default_value: 0
is_nullable: 0
product_count
data_type: 'integer'
default_value: 0
is_nullable: 0
active
data_type: 'boolean'
default_value: true
is_nullable: 0
entered
data_type: 'timestamp'
default_value: current_timestamp
is_nullable: 1
original: {default_value => \"now()"}
PRIMARY KEY
UNIQUE CONSTRAINTS
navigation_uri_key
RELATIONS
navigation_products
Type: has_many
Related object: Interchange6::Schema::Result::NavigationProduct