pub const REFERENCES: ColumnMarker;
Establishes a foreign key reference to another table’s column.
#[column(references = User::id)] user_id: i32,
See: https://sqlite.org/foreignkeys.html