LOTS of stuff
This commit is contained in:
8
db/migrate/01_create_roles.rb
Normal file
8
db/migrate/01_create_roles.rb
Normal file
@@ -0,0 +1,8 @@
|
||||
class CreateRoles < ActiveRecord::Migration
|
||||
def change
|
||||
create_table :roles do |t|
|
||||
t.string :name
|
||||
t.integer :value
|
||||
end
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user