CakeFest 2024: The Official CakePHP Conference

Swoole\Table::column

(PECL swoole >= 1.9.0)

Swoole\Table::columnSet the data type and size of the columns.

Descripción

public Swoole\Table::column(string $name, string $type, int $size = ?): ReturnType

Parámetros

name

type

size

Valores devueltos

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top