Sha256: 9984a692a51c040d294a77a08ec49a7ade7c725a3fcd0293db017df3b6805aa8

Contents?: true

Size: 324 Bytes

Versions: 5

Compression:

Stored size: 324 Bytes

Contents

class CreateLatoCoreSuperusers < ActiveRecord::Migration
  def change

    create_table :lato_core_superusers do |t|
      t.string :name
      t.string :username
      t.string :email
      t.integer :permission
      t.string :session_code
      t.string :password_digest

      t.timestamps null: false
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
lato_core-1.1.5 db/migrate/20160224181217_create_lato_core_superusers.rb
lato_core-1.1.4 db/migrate/20160224181217_create_lato_core_superusers.rb
lato_core-1.1.3 db/migrate/20160224181217_create_lato_core_superusers.rb
lato_core-1.1.1 db/migrate/20160224181217_create_lato_core_superusers.rb
lato_core-1.1 db/migrate/20160224181217_create_lato_core_superusers.rb