m
This commit is contained in:
@@ -12,12 +12,12 @@ return new class extends Migration
|
||||
public function up(): void
|
||||
{
|
||||
Schema::create('administration', function (Blueprint $table) {
|
||||
$table->id();
|
||||
$table->string('msnv');
|
||||
$table->increments('id');
|
||||
$table->integer('msnv');
|
||||
$table->integer('received')->nullable();
|
||||
$table->string('sender')->nullable();
|
||||
$table->integer('sender')->nullable();
|
||||
$table->integer('sent')->nullable();
|
||||
$table->string('receiver')->nullable();
|
||||
$table->integer('receiver')->nullable();
|
||||
$table->date('date')->nullable();
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user