|
|
|
|
|
by adrianmsmith
3339 days ago
|
|
> But do schema-less implement foreign constraints at all???? In MySQL 5.7 you can have tables with JSON columns (like PostgreSQL's JSONB), and also "Generated columns" which are expressions over other columns (e.g. extract a value from the JSON). You can then use those generated columns as the source or destination of foreign key constraints. |
|