SpacetimeDB
SpacetimeDB copied to clipboard
Make `TableSchema` look more like `TableDef`
That is, more like RawTableDefv9 rather than RawTableDefv8, really. The main change is that constraint handling is considerably simplified.
This will require:
- Rewriting the system tables slightly
- Retouching constraint logic everywhere that uses TableSchema (yay ;-;)