db\sqlite\Schema createColumnSchemaBuilder()

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\sqlite\ColumnSchemaBuilder createColumnSchemaBuilder ( $type, $length = null )
$type string

Type of the column. See yii\db\sqlite\ColumnSchemaBuilder::$type.

$length integer|string|array

Length or precision of the column. See yii\db\sqlite\ColumnSchemaBuilder::$length.

return yii\db\sqlite\ColumnSchemaBuilder

Column schema builder instance

doc_Yii
2016-10-30 16:59:58
Comments
Leave a Comment

Please login to continue.