The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

ETLp::Schema::Result::EtlpFile

ACCESSORS

file_id

  is_auto_increment: 1

canonical_filename

  data_type: 'varchar2'
  is_nullable: 0
  size: 255

date_created

  data_type: 'datetime'
  is_nullable: 0
  original: {data_type => "date"}

date_updated

  data_type: 'datetime'
  is_nullable: 0
  original: {data_type => "date"}

RELATIONS

etlp_file_processes

Type: has_many

Related object: ETLp::Schema::Result::EtlpFileProcess