swoole_table->column

内存表增加一列

bool swoole_table->column(string $name, int $type, $size);

swoole_table::TYPE_INT默认为4个字节,可以设置1,2,4,8一共4种长度
swoole_table::TYPE_STRING设置后,set操作不能设置的值不能超过此长度
swoole_table::TYPE_FLOAT会占用8个字节的内存