Home
rpg
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (1)
players
id
increments
name
string
xp
bigInteger
gold
bigInteger
alive
boolean
attribute_points
integer
timestamps
timestamps
fight_steps
id
increments
fight_id
FK
integer
player_id
FK
integer
ability_id
FK
integer
value
integer
description
string
timestamps
timestamps
fights
id
increments
player_id
FK
integer
enemy_id
FK
integer
complete
boolean
won
boolean
timestamps
timestamps
item_player
item_id
FK
integer
player_id
FK
integer
value
integer
items
id
increments
name
string
attribute_item
attribute_id
FK
integer
item_id
FK
integer
value
integer
attributes
id
increments
name
string
description
string
attribute_player
attribute_id
FK
integer
player_id
FK
integer
value
integer
player_user
player_id
FK
integer
user_id
integer
class_player
class_id
FK
integer
player_id
FK
integer
abilities
id
increments
name
string
description
string
classes
id
increments
name
string
ability_class
ability_id
FK
integer
class_id
FK
integer
armour
item_id
FK
integer
player_id
FK
integer
attribute_class
attribute_id
FK
integer
class_id
FK
integer
value
integer
ability_player
ability_id
FK
integer
player_id
FK
integer
value
integer
weapons
item_id
FK
integer
player_id
FK
integer
ability_item
ability_id
FK
integer
item_id
FK
integer
×
Comments for rpg
rdkempt . 05 August 2019
If you find any issues with this, or want to contribute, please do, I will continue to update this. Thanks!
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01