public function __construct($deleted_at = 'deleted_at')
 {
     $this->deleted_at_key = $deleted_at;
     array_push($this->_fields, $deleted_at);
     parent::__construct();
 }
 public function __construct()
 {
     array_push($this->_fields, $this->created_by_key);
     array_push($this->_fields, $this->updated_by_key);
     parent::__construct();
 }