SpacetimeDB
SpacetimeDB copied to clipboard
Attributes like auto_inc, primary_key, etc should accept `table = "..."` name
As per proposal, column attributes should accept an optional table specifier that limits them only to said table.
This is currently implemented in C# but not Rust.
Adding this to 1.0 release since it was created recently.