OSDN Git Service

speech balloon template changed
[pettanr/pettanr.git] / db / migrate / 20120102071851_create_system_pictures.rb
index f62055d..ae89408 100644 (file)
@@ -5,6 +5,7 @@ class CreateSystemPictures < ActiveRecord::Migration
       t.integer :width, :null => false
       t.integer :height, :null => false
       t.integer :filesize, :null => false
+      t.string :md5, :null => false, :limit => 32
 
       t.timestamps
     end