Sha256: 37b147383e1c04b05084a6d4377e01c2a3f3986abc91c96cc19cff9a4597a552

Contents?: true

Size: 345 Bytes

Versions: 86

Compression:

Stored size: 345 Bytes

Contents

class CreateMartyUsers < ActiveRecord::Migration
  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

86 entries across 86 versions & 1 rubygems

Version Path
marty-1.2.9 db/migrate/003_create_marty_users.rb
marty-1.2.8 db/migrate/003_create_marty_users.rb
marty-1.2.7 db/migrate/003_create_marty_users.rb
marty-1.2.6 db/migrate/003_create_marty_users.rb
marty-1.2.5 db/migrate/003_create_marty_users.rb
marty-1.2.4 db/migrate/003_create_marty_users.rb
marty-1.2.3 db/migrate/003_create_marty_users.rb
marty-1.2.2 db/migrate/003_create_marty_users.rb
marty-1.2.1 db/migrate/003_create_marty_users.rb
marty-1.2.0 db/migrate/003_create_marty_users.rb
marty-1.1.9 db/migrate/003_create_marty_users.rb
marty-1.1.8 db/migrate/003_create_marty_users.rb
marty-1.1.7 db/migrate/003_create_marty_users.rb
marty-1.1.6 db/migrate/003_create_marty_users.rb
marty-1.1.5 db/migrate/003_create_marty_users.rb
marty-1.1.4 db/migrate/003_create_marty_users.rb
marty-1.1.3 db/migrate/003_create_marty_users.rb
marty-1.1.2 db/migrate/003_create_marty_users.rb
marty-1.1.1 db/migrate/003_create_marty_users.rb
marty-1.0.54 db/migrate/003_create_marty_users.rb