NAME
DBIx::Patcher::Schema::Result::Patcher::Run
VERSION
version 0.04
ACCESSORS
id
data_type: 'integer'
is_auto_increment: 1
is_nullable: 0
sequence: 'patcher.run_id_seq'
start
data_type: 'timestamp with time zone'
default_value: current_timestamp
is_nullable: 0
original: {default_value => \"now()"}
finish
data_type: 'timestamp with time zone'
default_value: current_timestamp
is_nullable: 0
original: {default_value => \"now()"}
RELATIONS
patches
Type: has_many
Related object: DBIx::Patcher::Schema::Result::Patcher::Patch