REFERENCES

Constant REFERENCES 

Source
pub const REFERENCES: ColumnMarker;
Expand description

Establishes a foreign key reference to another table’s column.

§Example

#[column(references = User::id)]
user_id: i32,

See: https://sqlite.org/foreignkeys.html