You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat!: remove automatic PRIMARY KEY AUTO_INCREMENT on first column
The first column no longer implicitly receives PRIMARY KEY AUTO_INCREMENT.
Define primary keys explicitly via table_constraints<T> or column attributes.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
-`table_inline_primary_key<T>` trait and automatic `PRIMARY KEY AUTO_INCREMENT` on the first column — define primary keys explicitly via `table_constraints<T>` or column attributes (`column_attr::auto_increment`)
0 commit comments