Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add AutoincrementingIntegerIDMixin #1138

Merged
merged 1 commit into from
Aug 1, 2023
Merged

Add AutoincrementingIntegerIDMixin #1138

merged 1 commit into from
Aug 1, 2023

Conversation

seanh
Copy link
Contributor

@seanh seanh commented Jul 31, 2023

And fix the id column to come before the created and updated
columns in the SQL.

This mixin can be reused by other classes and plays well with the
existing CreatedUpdateMixin in terms of column order.

And fix the `id` column to come before the `created` and `updated`
columns in the SQL.

This mixin can be reused by other classes and plays well with the
existing `CreatedUpdateMixin` in terms of column order.
@seanh seanh merged commit b1373e4 into transcript Aug 1, 2023
7 checks passed
@seanh seanh deleted the id-mixin branch August 1, 2023 10:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants