Agregando documentos
This commit is contained in:
@@ -30,7 +30,7 @@ return new class extends Migration
|
||||
|
||||
Schema::create('documentos', function (Blueprint $table) {
|
||||
$table->ulid('id')->primary();
|
||||
$table->text('descripcion');
|
||||
$table->text('descripcion')->nullable();
|
||||
$table->bigInteger('valor');
|
||||
$table->text('tipo_documento');
|
||||
$table->foreignUlid('turno_id')->constrained('turnos')->cascadeOnDelete();
|
||||
|
||||
Reference in New Issue
Block a user