20120307103820_devise_create_users.rb revision 0be38598001e15ea877bf3d4807e941159753df2
create_table(:users) do |t|
## Database authenticatable
## Recoverable
## Rememberable
## Trackable
## Confirmable
# t.string :confirmation_token
# t.datetime :confirmed_at
# t.datetime :confirmation_sent_at
# t.string :unconfirmed_email # Only if using reconfirmable
## Lockable
## Token authenticatable
# t.string :authentication_token
t.timestamps :null => false
end
change_table(:users) do |t|
# t.index :confirmation_token, :unique => true
# t.index :authentication_token, :unique => true
end
end
end