EventusMessage
extends Model
in package
Table of Contents
- table = "cloud_eventus__messages"
- Table name, as constant, used to avoid table name duplication across the source code base.
- $casts : array<string|int, string>
- $table : string
- Table name
Constants
table
Table name, as constant, used to avoid table name duplication across the source code base.
public
mixed
table
= "cloud_eventus__messages"
Tags
Properties
$casts
protected
array<string|int, string>
$casts
= ['payload' => 'array']
$table
Table name
protected
string
$table
= self::table