17.09.2018, 10:37
Basically means you have 2 or more tables that are connected using keys (primary for primary table (e.g users) and foreign key for secondary table (e.g player inventory)).
And that also means:
- you cannot delete an item from primary table if it has correlated items in secondary table.
- and can't edit as above ^
And that also means:
- you cannot delete an item from primary table if it has correlated items in secondary table.
- and can't edit as above ^

