['type' => 'string', 'length' => 128], 'data' => ['type' => 'binary', 'length' => TableSchema::LENGTH_MEDIUM, 'null' => true], 'expires' => ['type' => 'integer', 'length' => 11, 'null' => true], '_constraints' => ['primary' => ['type' => 'primary', 'columns' => ['id']]], ]; /** * records property * * @var array */ public array $records = []; }