Sha256: 741773eaa7d6ef9b95f7c10aee74648ecc15148efc7c418ce790f57b76d7d430
Contents?: true
Size: 351 Bytes
Versions: 5
Compression:
Stored size: 351 Bytes
Contents
class CreateUsers < ActiveRecord::Migration def change create_table :users do |t| t.text :ido_id t.text :first_name t.text :last_name t.text :locale t.text :email t.text :username t.text :crypted_password t.text :password_salt t.text :persistence_token t.timestamps end end end
Version data entries
5 entries across 5 versions & 2 rubygems