OSDN Git Service

t#32046:add sheet
[pettanr/pettanr.git] / db / migrate / 20130914061319_restruct_comic.rb
index 3e3838f..0177753 100644 (file)
@@ -15,7 +15,6 @@ class RestructComic < ActiveRecord::Migration
       t.string :title, :null => false, :limit => 100
       t.integer :visible, :null => false, :default => 0
       t.text :description
-      t.integer :author_id, :null => false, :default => 0
       t.integer :t, :null => false, :default => 0
 
       t.timestamps