Skip to content

Commit

Permalink
Added UUID data type constant
Browse files Browse the repository at this point in the history
  • Loading branch information
zkelo committed Sep 16, 2021
1 parent cbeb6df commit 8fb6fff
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Schema.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@
*/
class Schema extends \yii\db\mysql\Schema
{
/**
* UUID columnd data type
*/
const TYPE_UUID = 'UUID';

public $columnSchemaClass = 'bashkarev\clickhouse\ColumnSchema';

/**
Expand Down

0 comments on commit 8fb6fff

Please sign in to comment.