Update models to have more relationships and timestamp column definitions.
This commit is contained in:
committed by
Paula Quispe
parent
9aec728509
commit
426c2f6f39
@@ -8,6 +8,9 @@ class Delegation extends Model
|
||||
{
|
||||
protected $table = "APP_DELEGATION";
|
||||
|
||||
// We don't have our standard timestamp columns
|
||||
protected $timestamps = false;
|
||||
|
||||
/**
|
||||
* Returns the application this delegation belongs to
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user