Closed belamov closed 4 years ago
It would be cool if we can use this code
Schema::create( 'table', static function (Blueprint $table) { $table->id(); $table->dateRange('date_range'); $table->timestampRange('timestamp_range'); // all other range types } );
Instead of SqlGenerator class
SqlGenerator
Useful links:
It would be cool if we can use this code
Instead of
SqlGenerator
classUseful links: