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: add sort_order to mixin columns for consistent table layout (#581)
Add sort_order to mixin columns for consistent table layout
- Add sort_order=-100 to primary key columns (id) across all mixins
- Add sort_order=3001 to sentinel column
- Add sort_order=3002 to created_at audit column
- Add sort_order=3003 to updated_at audit column
This ensures consistent column ordering in generated tables:
primary keys first, user columns in middle, audit/sentinel columns last.
0 commit comments