c650bee ^
1 2 3 4 5 6 7 8 9 10
class CreateLinks < ActiveRecord::Migration[5.1] def change create_table :links do |t| t.string :title, null: false t.string :url, null: false t.timestamps end end end