wip
This commit is contained in:
@@ -11,6 +11,8 @@ return new class extends Migration
|
||||
*/
|
||||
public function up(): void
|
||||
{
|
||||
Schema::dropIfExists('loan_types');
|
||||
|
||||
Schema::create('loan_types', function (Blueprint $table) {
|
||||
$table->id();
|
||||
$table->jsonb('name');
|
||||
@@ -27,6 +29,6 @@ return new class extends Migration
|
||||
*/
|
||||
public function down(): void
|
||||
{
|
||||
Schema::dropIfExists('loan_orders');
|
||||
Schema::dropIfExists('loan_types');
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user