PHP test types.php

Main

Hostnamekrb5.freetds.io
uname -aLinux krb5.freetds.io 4.15.0-213-generic #224-Ubuntu SMP Mon Jun 19 13:30:12 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux
date2024-04-18

Query: select * from php_types
column ui type smallint len 5
column i type int len 10
column ti type tinyint len 3
column c type char len 123
column vc type varchar len 125
all columns seems ok

Main