ESP32 Platform Documentation

Uploads extends Model
in package

Table of Contents

Properties

$allowedFields  : mixed
$primaryKey  : mixed
$table  : mixed

Properties

$allowedFields

protected mixed $allowedFields = ['id', 'user_id', 'global', 'path', 'filename', 'extension', 'mime_type', 'bytes', 'created_at']

$primaryKey

protected mixed $primaryKey = 'id'

$table

protected mixed $table = 'uploads'

        
On this page

Search results