lets go
This commit is contained in:
@@ -14,6 +14,8 @@ return new class extends Migration
|
||||
Schema::create('incoming_letters', function (Blueprint $table) {
|
||||
$table->id();
|
||||
$table->string('number')->nullable();
|
||||
$table->string('name')->nullable();
|
||||
$table->string('main_file')->nullable();
|
||||
$table->timestamps();
|
||||
});
|
||||
}
|
||||
|
||||
@@ -14,6 +14,8 @@ return new class extends Migration
|
||||
Schema::create('outgoing_letters', function (Blueprint $table) {
|
||||
$table->id();
|
||||
$table->string('number')->nullable();
|
||||
$table->string('name')->nullable();
|
||||
$table->string('main_file')->nullable();
|
||||
$table->timestamps();
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user