NAME
DBIx::Patcher::Schema::Result::Patcher::Patch
VERSION
version 0.04
ACCESSORS
id
data_type: 'integer'
is_auto_increment: 1
is_nullable: 0
sequence: 'patcher.patch_id_seq'
run_id
data_type: 'integer'
is_foreign_key: 1
is_nullable: 1
created
data_type: 'timestamp with time zone'
default_value: current_timestamp
is_nullable: 0
original: {default_value => \"now()"}
filename
data_type: 'text'
is_nullable: 0
success
data_type: 'boolean'
default_value: false
is_nullable: 1
b64digest
data_type: 'text'
is_nullable: 1
output
data_type: 'text'
is_nullable: 1
RELATIONS
run
Type: belongs_to
Related object: DBIx::Patcher::Schema::Result::Patcher::Run