Sha256: e9e34f03aacda58e94316831be5b14398864b5bfb130595ad335be288982117a

Contents?: true

Size: 251 Bytes

Versions: 22

Compression:

Stored size: 251 Bytes

Contents

class CreateUsers < ActiveRecord::Migration
  def change
    create_table :users do |t|
      t.string :exuid, :limit => 32, :null => false
      
      t.timestamps
    end
    
    add_index :users, :exuid, :unique => true, :null => false
  end
end

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
authpwn_rails-0.13.4 lib/authpwn_rails/generators/templates/001_create_users.rb
authpwn_rails-0.13.3 lib/authpwn_rails/generators/templates/001_create_users.rb
authpwn_rails-0.13.2 lib/authpwn_rails/generators/templates/001_create_users.rb
authpwn_rails-0.13.1 lib/authpwn_rails/generators/templates/001_create_users.rb
authpwn_rails-0.13.0 lib/authpwn_rails/generators/templates/001_create_users.rb
authpwn_rails-0.12.1 lib/authpwn_rails/generators/templates/001_create_users.rb
authpwn_rails-0.12.0 lib/authpwn_rails/generators/templates/001_create_users.rb
authpwn_rails-0.11.1 lib/authpwn_rails/generators/templates/001_create_users.rb
authpwn_rails-0.11.0 lib/authpwn_rails/generators/templates/001_create_users.rb
authpwn_rails-0.10.12 lib/authpwn_rails/generators/templates/001_create_users.rb
authpwn_rails-0.10.11 lib/authpwn_rails/generators/templates/001_create_users.rb
authpwn_rails-0.10.10 lib/authpwn_rails/generators/templates/001_create_users.rb
authpwn_rails-0.10.9 lib/authpwn_rails/generators/templates/001_create_users.rb
authpwn_rails-0.10.8 lib/authpwn_rails/generators/templates/001_create_users.rb
authpwn_rails-0.10.7 lib/authpwn_rails/generators/templates/001_create_users.rb
authpwn_rails-0.10.6 lib/authpwn_rails/generators/templates/001_create_users.rb
authpwn_rails-0.10.5 lib/authpwn_rails/generators/templates/001_create_users.rb
authpwn_rails-0.10.4 lib/authpwn_rails/generators/templates/001_create_users.rb
authpwn_rails-0.10.3 lib/authpwn_rails/generators/templates/001_create_users.rb
authpwn_rails-0.10.2 lib/authpwn_rails/generators/templates/001_create_users.rb