LogoRobo.js
Framework

getJunctionTableDef()

Function: getJunctionTableDef()

function getJunctionTableDef(sourceModel, targetModel): JunctionTableDef

Get junction table definition for a many-to-many relation.

Parameters

ParameterTypeDescription
sourceModelstringSource model name
targetModelstringTarget model name

Returns

JunctionTableDef

Junction table definition

On this page