Improved handling for new invoices
This commit is contained in:
@@ -11,6 +11,7 @@ return new class extends Migration {
|
||||
$table->string('slug')->unique();
|
||||
$table->string('name');
|
||||
$table->string('email');
|
||||
$table->string('email_finance');
|
||||
$table->string('url');
|
||||
$table->string('account_name');
|
||||
$table->string('account_iban');
|
||||
|
||||
@@ -40,6 +40,7 @@ return new class extends Migration {
|
||||
$table->string('comment')->nullable();
|
||||
$table->longText('changes')->nullable();
|
||||
$table->string('travel_direction')->nullable();
|
||||
$table->string('travel_reason')->nullable();
|
||||
$table->boolean('passengers')->nullable();
|
||||
$table->boolean('transportation')->nullable();
|
||||
$table->string('document_filename')->nullable();
|
||||
|
||||
Reference in New Issue
Block a user