added primary keys to the new db tables

This commit is contained in:
2019-05-30 00:43:06 -05:00
parent df21c42353
commit a786730ca6
6 changed files with 129 additions and 29 deletions

View File

@@ -14,6 +14,9 @@ class Structure extends Model
//Table Name
public $table = 'alliance_structures';
//Primary Key
public $primaryKey = 'structure_id';
//Timestamps
public $timestamps = false;