more skelaton stuff
This commit is contained in:
parent
a46c4083ae
commit
d2877982a2
6 changed files with 268 additions and 1 deletions
11
db/migrate/004_create_nodes.rb
Normal file
11
db/migrate/004_create_nodes.rb
Normal file
|
@ -0,0 +1,11 @@
|
|||
class CreateNodes < ActiveRecord::Migration
|
||||
def self.up
|
||||
create_table :nodes do |t|
|
||||
# t.column :name, :string
|
||||
end
|
||||
end
|
||||
|
||||
def self.down
|
||||
drop_table :nodes
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue