You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#Filename: 20171225000000_testdump.rb
class TestDump < ActiveRecord::Migration[5.0]
def change
create_table :test do |t|
t.string :something, null: false, limit: 5000
t.timestamps null: false
end
end
end
The text was updated successfully, but these errors were encountered:
output
The text was updated successfully, but these errors were encountered: