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
In native postgres, I can create stand-alone SEQUENCE objects that are sometimes useful outside of a primary key context. It would be nice if there was a Sequence class similar to Model that could be detected by migrations, and be usable with a NextVal function in the ORM.