test

Diff code posted by tester
created at 20 May 07:31

Edit | Back
1
2
3
4
5
6
class CreateUsers < ActiveRecord::Migration[5.2]
  def change
    create_table :users do |t|

      # devise required
      t.string :provider
147 Bytes in 2 ms with coderay