Yoast\WP\Lib\Migrations
Column::sql_type() private Yoast 1.0
The SQL type.
{} Это метод класса: Column{}
Хуков нет.
Возвращает
Строку
. Ничего.
Использование
// private - только в коде основоного (родительского) класса $result = $this->sql_type();
Код Column::sql_type() Column::sql type Yoast 16.1.1
private function sql_type() {
return $this->adapter->type_to_sql( $this->type, $this->options );
}