parent
6bfcf094d9
commit
4c3955bca0
|
@ -1,12 +0,0 @@
|
||||||
class CreateTmps < ActiveRecord::Migration
|
|
||||||
def up
|
|
||||||
create_table :tmp do |t|
|
|
||||||
t.string :name
|
|
||||||
t.string :part_number
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
def down
|
|
||||||
drop_table :tmp
|
|
||||||
end
|
|
||||||
end
|
|
Loading…
Reference in New Issue