Koha::Schema::Result::AdditionalContentsLocalization
additional_contents_localizations
data_type: 'integer' extra: {unsigned => 1} is_auto_increment: 1 is_nullable: 0
unique identifier for the additional content
data_type: 'integer' extra: {unsigned => 1} is_foreign_key: 1 is_nullable: 0
link to the additional content
data_type: 'varchar' default_value: (empty string) is_nullable: 0 size: 250
title of the additional content
data_type: 'mediumtext' is_nullable: 0
the body of your additional content
data_type: 'varchar' default_value: (empty string) is_nullable: 0 size: 50
lang
data_type: 'timestamp' datetime_undef_if_invalid: 1 default_value: current_timestamp is_nullable: 0
last modification
additional_contents_localizations_uniq
Type: belongs_to
Related object: Koha::Schema::Result::AdditionalContent
Koha Object class
Koha Objects class