Koha::Schema::Result::AdvancedEditorMacro
advanced_editor_macros
data_type: 'integer' is_auto_increment: 1 is_nullable: 0
Unique ID of the macro
data_type: 'varchar' is_nullable: 0 size: 80
Name of the macro
data_type: 'longtext' is_nullable: 1
The macro code itself
data_type: 'integer' is_foreign_key: 1 is_nullable: 1
ID of the borrower who created this macro
data_type: 'tinyint' default_value: 0 is_nullable: 1
Bit to define if shared or private macro
Type: belongs_to
Related object: Koha::Schema::Result::Borrower