Update models to have more relationships and timestamp column definitions.
This commit is contained in:
committed by
Paula Quispe
parent
9aec728509
commit
426c2f6f39
@@ -7,6 +7,8 @@ use Illuminate\Database\Eloquent\Model;
|
||||
class Task extends Model
|
||||
{
|
||||
protected $table = 'TASK';
|
||||
// We do not have create/update timestamps for this table
|
||||
protected $timestamps = false;
|
||||
|
||||
public function process()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user