sanchezzzhak / kak-clickhouse

Yii2 ext. ClickHouse
69 stars 43 forks source link

fix default option in schema builder #3

Closed ZAYEC77 closed 7 years ago

ZAYEC77 commented 7 years ago

This fix allows setting default expression in ColumnSchemaBuilder, e.g:

...
'created_at' => $this->dateTime()->defaultExpression('now()'), 
...