foreignKeys property
Present only if the table has a foreign key.
The foreign key is not enforced.
Optional.
Implementation
core.List<TableConstraintsForeignKeys>? foreignKeys;
Present only if the table has a foreign key.
The foreign key is not enforced.
Optional.
core.List<TableConstraintsForeignKeys>? foreignKeys;