'integer', 'channels' => 'array', ]; protected static function boot() { parent::boot(); static::creating(function (Model $model) { $model->setAttribute($model->getKeyName(), Uuid::uuid4()); }); } }