We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Create a migration template to add the user_defined column to a specified table.
user_defined
bundle exec rails generate user_defined <table>
The text was updated successfully, but these errors were encountered:
UDF #1 - Rails plugin boilerplate
872f13f
UDF #1 - Adding migration generator to add "user_defined" field to sp…
9468c0b
…ecific table
Merge pull request #7 from performant-software/feature/udf1_migration
ac0d054
UDF #1 - Migration
dleadbetter
No branches or pull requests
Create a migration template to add the
user_defined
column to a specified table.The text was updated successfully, but these errors were encountered: