parent
5200e238a9
commit
ebd09e4b1a
@ -0,0 +1,12 @@
|
||||
class CreateSchools < ActiveRecord::Migration
|
||||
|
||||
def change
|
||||
create_table :schools do |t|
|
||||
t.string :name
|
||||
t.string :province
|
||||
t.string :city
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
end
|
Loading…
Reference in new issue