Koha::Schema::Result::AqbooksellerInterface
aqbookseller_interfaces
data_type: 'integer' is_auto_increment: 1 is_nullable: 0
primary key and unique identifier assigned by Koha
data_type: 'integer' is_foreign_key: 1 is_nullable: 0
link to the vendor
data_type: 'varchar' is_nullable: 1 size: 80
type of the interface, authorised value VENDOR_INTERFACE_TYPE
data_type: 'varchar' is_nullable: 0 size: 255
name of the interface
data_type: 'mediumtext' is_nullable: 1
uri of the interface
data_type: 'varchar' is_nullable: 1 size: 255
login
data_type: 'mediumtext' is_nullable: 1
hashed password
data_type: 'mediumtext' is_nullable: 1
account email
data_type: 'longtext' is_nullable: 1
notes
Type: belongs_to
Related object: Koha::Schema::Result::Aqbookseller