create_time = time(); /** * text类型不能自动填充默认值 */ if (is_null($this->content)) { $this->content = ''; } } public function beforeUpdate() { $this->update_time = time(); } }