OSDN Git Service

t#31892:heroku branch
[pettanr/pettanr.git] / db / migrate / 20130629042351_create_circle_speech_balloon_balloons.rb
1 class CreateCircleSpeechBalloonBalloons < ActiveRecord::Migration
2   def change
3     create_table :circle_speech_balloon_balloons do |t|
4
5       t.timestamps
6     end
7   end
8 end