Sha256: 2f867efb85cf4d328212a678db1bfef13672c7c042d87b7a91ac3e4da6069dad

Contents?: true

Size: 220 Bytes

Versions: 10

Compression:

Stored size: 220 Bytes

Contents

class CreateUsers < ActiveRecord::Migration
  def change
    create_table :users do |t|
      t.string :exuid, limit: 32, null: false

      t.timestamps null: false

      t.index :exuid, unique: true
    end
  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
authpwn_rails-0.21.1 lib/authpwn_rails/generators/templates/001_create_users.rb
authpwn_rails-0.21.0 lib/authpwn_rails/generators/templates/001_create_users.rb
authpwn_rails-0.20.0 lib/authpwn_rails/generators/templates/001_create_users.rb
authpwn_rails-0.19.0 lib/authpwn_rails/generators/templates/001_create_users.rb
authpwn_rails-0.18.2 lib/authpwn_rails/generators/templates/001_create_users.rb
authpwn_rails-0.18.1 lib/authpwn_rails/generators/templates/001_create_users.rb
authpwn_rails-0.18.0 lib/authpwn_rails/generators/templates/001_create_users.rb
authpwn_rails-0.17.2 lib/authpwn_rails/generators/templates/001_create_users.rb
authpwn_rails-0.17.1 lib/authpwn_rails/generators/templates/001_create_users.rb
authpwn_rails-0.17.0 lib/authpwn_rails/generators/templates/001_create_users.rb