createColumnSchemaBuilder() public method
Create a column schema builder instance giving the type and value precision.
This method may be overridden by child classes to create a DBMS-specific column schema builder.
public yii\db\ColumnSchemaBuilder createColumnSchemaBuilder ( $type, $length = null ) | ||
---|---|---|
$type | string |
Type of the column. See yii\db\oci\ColumnSchemaBuilder::$type. |
$length | integer|string|array |
Length or precision of the column. See yii\db\oci\ColumnSchemaBuilder::$length. |
return | yii\db\ColumnSchemaBuilder |
Column schema builder instance |
Please login to continue.