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

Should we have a story for database views? #43

Open
sgrif opened this Issue Dec 2, 2015 · 2 comments

Comments

Projects
None yet
3 participants
@sgrif
Member

sgrif commented Dec 2, 2015

Do we need one? @derekprior you might have opinions on this. I was just thinking about this, and it might be cool (if we go the DSL migration route) to allow using the query builder DSL for constructing views, and then when the migration is run store the previous version in the schema_migrations table, to get down for free.

@werner

This comment has been minimized.

werner commented Sep 6, 2018

Hi, what is the status of this? Is there a way to support views? Is this in the roadmap?, thanks.

@mjanda

This comment has been minimized.

mjanda commented Sep 8, 2018

@werner You can create your own schema for views manually (and keeping it in sync if you change your views) and it works.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment