| Current Path : /proc/thread-self/root/home/rtorresani/www/vendor/laminas/laminas-db/src/Sql/Ddl/Column/ |
| Current File : //proc/thread-self/root/home/rtorresani/www/vendor/laminas/laminas-db/src/Sql/Ddl/Column/Time.php |
<?php
namespace Laminas\Db\Sql\Ddl\Column;
class Time extends Column
{
/** @var string */
protected $type = 'TIME';
}