LOTS of stuff
This commit is contained in:
11
db/migrate/05_create_forumgroups.rb
Normal file
11
db/migrate/05_create_forumgroups.rb
Normal file
@@ -0,0 +1,11 @@
|
||||
class CreateForumgroups < ActiveRecord::Migration
|
||||
def change
|
||||
create_table :forumgroups do |t|
|
||||
t.string :name
|
||||
t.integer :position
|
||||
|
||||
t.references :role_read
|
||||
t.references :role_write
|
||||
end
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user