We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ForeignKey StateFKey(State) References StateTable(StateKey) [ Internal, NoCheck, OnDelete = cascade ];
Where:
ForeignKey keyword,required
ForeignKey
StateFKey name, required
StateFKey
State properties, required
State
References keyword
References
StateTable referenced class, required
StateTable
StateKey referenced key, optional
StateKey