OSDN Git Service

fix extend for profiler
[pettanr/pettanr.git] / db / migrate / 20140401234553_create_pettanr_pettan_commons_v01_licenses_credit_pictures.rb
1 class CreatePettanrPettanCommonsV01LicensesCreditPictures < ActiveRecord::Migration
2   def change
3     create_table :pettanr_pettan_commons_v01_licenses_credit_pictures do |t|
4       t.column :source_url_btn_id, :integer, :null => false, :default => 0
5       t.column :source_url_off_btn_id, :integer, :null => false, :default => 0
6
7       t.timestamps
8     end
9   end
10 end