Show More
Commit Description:
update to 3.1.0, update rdoc
Commit Description:
update to 3.1.0, update rdoc
File last commit:
Show/Diff file:
Action:
db/migrate/20140826095949_create_logins.rb | 10 lines | 179 B | text/x-ruby | RubyLexer |
class CreateLogins < ActiveRecord::Migration
def change
create_table :logins do |t|
t.string :user_id
t.string :ip_address
t.timestamps
end
end
end