<<

NAME

Koha::Schema::Result::UploadedFile

TABLE: uploaded_files

ACCESSORS

id

  data_type: 'integer'
  is_auto_increment: 1
  is_nullable: 0

hashvalue

  data_type: 'char'
  is_nullable: 0
  size: 40

filename

  data_type: 'text'
  is_nullable: 0

dir

  data_type: 'text'
  is_nullable: 0

filesize

  data_type: 'integer'
  is_nullable: 1

dtcreated

  data_type: 'timestamp'
  datetime_undef_if_invalid: 1
  default_value: current_timestamp
  is_nullable: 0

uploadcategorycode

  data_type: 'tinytext'
  is_nullable: 1

owner

  data_type: 'integer'
  is_nullable: 1

public

  data_type: 'tinyint'
  is_nullable: 1

permanent

  data_type: 'tinyint'
  is_nullable: 1

PRIMARY KEY

<<