Generalizzato i documenti issue #5

This commit is contained in:
2023-10-13 14:33:00 +02:00
parent 7443d52215
commit e0c8491e45
9 changed files with 170 additions and 17 deletions

View File

@@ -20,7 +20,7 @@ class CreateGenDocsTable extends Migration
$table->integer('entity')->unsigned();
$table->bigInteger('entity_id');
$table->string('filename', 255);
$table->longText('descrizone');
$table->longText('descrizione');
});
}