'integer', 'ptype' => 'string', 'v0' => 'string', 'v1' => 'string', 'v2' => 'string', 'v3' => 'string', 'v4' => 'string', 'v5' => 'string', ]; /** * 模型事件定义 * * @author 许祖兴 < zuxing.xu@lettered.cn> * * @return void * @date 2020/3/26 20:54 * */ public static function init() { self::event('before_insert', function ($before) { }); } }