Pheasant\Database\MysqlPlatform::columnSql PHP Method

columnSql() public method

public columnSql ( $column, $type, $options )
    public function columnSql($column, $type, $options)
    {
        return trim(sprintf('`%s` %s %s', $column, $type, $this->_options($options)));
    }