advanced_editor_macros

0 rows


Columns

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

Unique ID of the macro

name VARCHAR 80 null

Name of the macro

macro LONGTEXT 2147483647 null

The macro code itself

borrowernumber INT 10 null
borrowers.borrowernumber borrower_macro_fkC

ID of the borrower who created this macro

shared BIT 0 0

Bit to define if shared or private macro

Indexes

Constraint Name Type Sort Column(s)
PRIMARY Primary key Asc id
borrower_macro_fk Performance Asc borrowernumber

Relationships