item_editor_templates

0 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id INT 10 null

id for the template

patron_id INT 10 null
borrowers.borrowernumber bnN

creator of this template

name MEDIUMTEXT 16777215 null

template name

is_shared BIT 0 0

controls if template is shared

contents LONGTEXT 2147483647 null

json encoded template data

Indexes

Constraint Name Type Sort Column(s)
PRIMARY Primary key Asc id
bn Performance Asc patron_id

Relationships