ESP32 Platform Documentation

UserMeta extends Model
in package

Table of Contents

Properties

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

Properties

$allowedFields

protected mixed $allowedFields = ['id', 'user_id', 'key', 'value', 'created_at']

$primaryKey

protected mixed $primaryKey = 'id'

$table

protected mixed $table = 'user_meta'

        
On this page

Search results