The code powering m.abunchtell.com https://m.abunchtell.com
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
 
 
 
 

6 rader
143 B

  1. class AddUrlToStatuses < ActiveRecord::Migration[4.2]
  2. def change
  3. add_column :statuses, :url, :string, null: true, default: nil
  4. end
  5. end