Method IlluminateDatabaseSchemaBlueprint::comment does not exist – Laravel
I need a help about a easy question, when I use the following code DB::statement("ALTER TABLE user comment 'User comment'"); this code work in my laravel migration. But when I use same code laravel documentantion Schema::create('user', function (Blueprint $table) {…