add creature and base rp_world
This commit is contained in:
11
db/migrate/20210602152828_create_rp_worlds.rb
Normal file
11
db/migrate/20210602152828_create_rp_worlds.rb
Normal file
@@ -0,0 +1,11 @@
|
||||
class CreateRpWorlds < ActiveRecord::Migration[6.1]
|
||||
def change
|
||||
create_table :rp_worlds do |t|
|
||||
t.string :name
|
||||
t.string :description
|
||||
t.belongs_to :user
|
||||
|
||||
t.timestamps
|
||||
end
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user