Before run this command if you have migration file in migrate folder please take backup all migration file then run this command and migrate it will work.
rails g migration enable_uuid_extension
endclass EnableUuidExtension < ActiveRecord::Migration
def change
enable_extension "uuid-ossp"
enable_extension "pgcrypto"
end
end
No comments:
Post a Comment