Sha256: 1aae644456b327eb6fcdd36d2cd0d74d72284d4a9e9c4bd7106dad4e07ca8126

Contents?: true

Size: 350 Bytes

Versions: 94

Compression:

Stored size: 350 Bytes

Contents

class CreateMartyUsers < ActiveRecord::Migration[4.2]
  def change
    create_table :marty_users do |t|
      t.timestamps null: false

      t.string  :login,     null: false, limit: 255
      t.string  :firstname, null: false, limit: 255
      t.string  :lastname,  null: false, limit: 255
      t.boolean :active,    null: false
    end
  end
end

Version data entries

94 entries across 94 versions & 1 rubygems

Version Path
marty-14.3.0 db/migrate/003_create_marty_users.rb
marty-14.0.0 db/migrate/003_create_marty_users.rb
marty-13.0.2 db/migrate/003_create_marty_users.rb
marty-11.0.0 db/migrate/003_create_marty_users.rb
marty-10.0.3 db/migrate/003_create_marty_users.rb
marty-10.0.2 db/migrate/003_create_marty_users.rb
marty-10.0.0 db/migrate/003_create_marty_users.rb
marty-9.5.1 db/migrate/003_create_marty_users.rb
marty-9.5.0 db/migrate/003_create_marty_users.rb
marty-9.3.3 db/migrate/003_create_marty_users.rb
marty-9.3.2 db/migrate/003_create_marty_users.rb
marty-9.3.0 db/migrate/003_create_marty_users.rb
marty-8.5.0 db/migrate/003_create_marty_users.rb
marty-8.4.1 db/migrate/003_create_marty_users.rb
marty-8.3.1 db/migrate/003_create_marty_users.rb
marty-8.2.0 db/migrate/003_create_marty_users.rb
marty-8.0.0 db/migrate/003_create_marty_users.rb
marty-6.1.0 db/migrate/003_create_marty_users.rb
marty-5.2.0 db/migrate/003_create_marty_users.rb
marty-5.1.4 db/migrate/003_create_marty_users.rb