mirror of
https://github.com/clockworklabs/SpacetimeDB.git
synced 2026-05-06 07:26:43 -04:00
cfb185a235
# Description of Changes PR introduces support for column-level default values via a new `#[default(...)]` attribute. It also validates, `default` macro is not used along with `primary_key`, `unique` or `auto_inc`. # API and ABI breaking changes NA # Expected complexity level and risk 2 # Testing Start using macro in `module-test`. --------- Co-authored-by: James Gilles <jameshgilles@gmail.com>