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 |
|
|
ID of the borrower who created this macro |
|||
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 |