<<

NAME

Koha::Schema::Result::RecordSource

TABLE: record_sources

ACCESSORS

record_source_id

  data_type: 'integer'
  is_auto_increment: 1
  is_nullable: 0

Primary key for the `record_sources` table

name

  data_type: 'text'
  is_nullable: 0

User defined name for the record source

can_be_edited

  data_type: 'tinyint'
  default_value: 0
  is_nullable: 0

If records from this source can be edited

PRIMARY KEY

RELATIONS

biblio_metadatas

Type: has_many

Related object: Koha::Schema::Result::BiblioMetadata

deletedbiblio_metadatas

Type: has_many

Related object: Koha::Schema::Result::DeletedbiblioMetadata

<<