database migrations for structures and assets

This commit is contained in:
2019-05-29 18:30:52 -05:00
parent 723b18abb9
commit 93aa8d5d00
5 changed files with 109 additions and 20 deletions

View File

@@ -12,7 +12,7 @@ class Structure extends Model
*/
//Table Name
public $table = 'structures';
public $table = 'alliance_structures';
//Timestamps
public $timestamps = false;