OSDN Git Service

Merge branch 'v03_test' of git.sourceforge.jp:/gitroot/pettanr/pettanr into v03_test
[pettanr/pettanr.git] / db / migrate / 20120424100555_create_speech_balloon_templates.rb
diff --git a/db/migrate/20120424100555_create_speech_balloon_templates.rb b/db/migrate/20120424100555_create_speech_balloon_templates.rb
new file mode 100644 (file)
index 0000000..66e05d6
--- /dev/null
@@ -0,0 +1,8 @@
+class CreateSpeechBalloonTemplates < ActiveRecord::Migration
+  def change
+    create_table :speech_balloon_templates do |t|
+
+      t.timestamps
+    end
+  end
+end