Title / Description
Code class CreateUsers < ActiveRecord::Migration[5.2] def change create_table :users do |t| # devise required t.string :provider t.string :uid t.string :email t.timestamp :last_login t.timestamps end end
Author
Highlight as C C++ CSS Clojure Delphi ERb Groovy (beta) HAML HTML JSON Java JavaScript PHP Plain text Python Ruby SQL XML YAML diff code