aggiunto campo per filename in contratti
This commit is contained in:
parent
d3629f1e75
commit
bd6d7046db
@ -26,6 +26,7 @@ class CreateContrattisTable extends Migration
|
||||
$table->date('scadenzapagamento');
|
||||
$table->string('stato', 100)->default('attivo');
|
||||
$table->longText('note')->nullable();
|
||||
$table->string('filename',255)->nullable();
|
||||
});
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user