OSDN Git Service

fix panel editor
[pettanr/pettanr.git] / vendor / plugins / pettan_importer / db / migrate / 20120619100752_create_imports.rb
1 class CreateImports < ActiveRecord::Migration
2   def change
3     create_table :imports do |t|
4       t.integer :a
5       t.string :b, :null => false
6       t.timestamps
7     end
8   end
9 end