Sha256: 8ab2560a9e28c4e97c8096167243c0b7aa68af1d62dcf59685638b31d0975703
Contents?: true
Size: 335 Bytes
Versions: 5
Compression:
Stored size: 335 Bytes
Contents
class CreateUsers < ActiveRecord::Migration[5.0] def change create_table :users do |t| t.string :name t.string :provider, null: false t.string :provider_id, null: false t.string :email t.string :username t.string :token t.string :refresh_token t.timestamps end end end
Version data entries
5 entries across 5 versions & 1 rubygems