addType('userId', 'string'); $this->addType('fileId', 'integer'); $this->addType('dueDate', 'datetime'); $this->addType('updatedAt', 'datetime'); $this->addType('createdAt', 'datetime'); $this->addType('notified', 'boolean'); } }