Invoice PAIN & CSV can be uploaded
This commit is contained in:
@@ -12,9 +12,13 @@ return new class extends Migration {
|
||||
$table->string('name');
|
||||
$table->string('email');
|
||||
$table->string('url');
|
||||
$table->string('account_name');
|
||||
$table->string('account_iban');
|
||||
$table->string('account_bic');
|
||||
$table->string('city');
|
||||
$table->string('postcode');
|
||||
$table->boolean('download_exports')->default(false);
|
||||
$table->boolean('upload_exports')->default(true);
|
||||
$table->string('gdpr_text')-> nullable();
|
||||
$table->string('impress_text')->nullable();
|
||||
$table->string('url_participation_rules')->nullable();
|
||||
|
||||
@@ -38,7 +38,7 @@ return new class extends Migration {
|
||||
$table->float('amount', 2);
|
||||
$table->integer('distance')->nullable();
|
||||
$table->string('comment')->nullable();
|
||||
$table->string('changes')->nullable();
|
||||
$table->longText('changes')->nullable();
|
||||
$table->string('travel_direction')->nullable();
|
||||
$table->boolean('passengers')->nullable();
|
||||
$table->boolean('transportation')->nullable();
|
||||
|
||||
Reference in New Issue
Block a user