Show More
Commit Description:
merge with rails7 branch
Commit Description:
merge with rails7 branch
References:
File last commit:
Show/Diff file:
Action:
db/migrate/20140826095949_create_logins.rb | 10 lines | 261 B | text/x-ruby | RubyLexer |
update migration
r822 class CreateLogins < ActiveRecord::Migration[4.2]
add login stat
r410 def change
update migration
r822 create_table :logins, options: "ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci" do |t|
add login stat
r410 t.string :user_id
t.string :ip_address
t.timestamps
end
end
end