Created
September 10, 2018 14:00
-
-
Save hmtanbir/9fc7c54916fffd0c172ce7d1e53bacd7 to your computer and use it in GitHub Desktop.
PG: not null error in existing table
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
add_column :spree_taxons, :slug, :string, null: false, index: true, default: '' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment