Framework
JUNCTION PREFIX
Variable: JUNCTION_PREFIX
const JUNCTION_PREFIX: "_junction_" = '_junction_';Prefix for junction table model names. Junction tables are named: junction{modelA}_{modelB} (alphabetical order)
Robo.jsconst JUNCTION_PREFIX: "_junction_" = '_junction_';Prefix for junction table model names. Junction tables are named: junction{modelA}_{modelB} (alphabetical order)