OSDN Git Service

66e05d6ec2e6d8a1aadecb3b5b19398e5e2dee8d
[pettanr/pettanr.git] / db / migrate / 20120424100555_create_speech_balloon_templates.rb
1 class CreateSpeechBalloonTemplates < ActiveRecord::Migration
2   def change
3     create_table :speech_balloon_templates do |t|
4
5       t.timestamps
6     end
7   end
8 end