Clickhouse migrations based on Laravel migrations and smi2/phpclickhouse
yuriykim/laravel-clickhouse-migrations is a Laravel package for clickhouse migrations based on laravel migrations and smi2/phpclickhouse.
It currently has 1 GitHub stars and 25 downloads on Packagist (latest version v1.1.0).
Install it with composer require yuriykim/laravel-clickhouse-migrations.
Discover more Laravel packages by yuriykim
or browse all Laravel packages to compare alternatives.
Last updated
composer require chocofamilyme/laravel-clickhouse-migrationsIlluminate\Foundation\Providers\ConsoleSupportServiceProvider::class in config/app.phpphp artisan make:migration migration_namephp arisan clickhouse:migrate {--step} {--force : Force the operation to run when in production}php arisan clickhouse:migrate:rollback {--step} {--force : Force the operation to run when in production}php artisan clickhouse:migrate:fresh