Newer
Older
dmpopidor / db / migrate / 20131127100520_create_splash_logs.rb
@Marta Ribeiro Marta Ribeiro on 3 Jun 2016 164 bytes DMPonline4 - RAILS 4.0 (#4)
class CreateSplashLogs < ActiveRecord::Migration
  def change
    create_table :splash_logs do |t|
      t.string :destination
      t.timestamps
    end
  end
end