Stupid Dev

Results 1 comments of Stupid Dev

I added some code to make it support `autocommit_before_ddl` in database config https://github.com/vuthaihoc/crdb2025/commit/ccb8b16762872bdaeba5037e3310ae90f3f1aba2 And set to `off` when migrating only ```php // AppServiceProvider::boot() if ($this->app->runningInConsole()) { Event::listen([ MigrationStarted::class, ], function...