added primary keys to all models
This commit is contained in:
@@ -9,6 +9,9 @@ class SolarSystem extends Model
|
||||
//Table Name
|
||||
public $table = 'solar_systems';
|
||||
|
||||
//Primary Key
|
||||
public $primaryKey = 'id';
|
||||
|
||||
//Timestamps
|
||||
public $timestamps = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user