We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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