mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-18 08:12:15 +00:00
Create invoice form part 1.
This commit is contained in:
@@ -32,7 +32,9 @@ class CreateInvoicesTable extends Migration
|
||||
$table->dateTime('delivery_at')->nullable();
|
||||
$table->dateTime('due_at')->nullable();
|
||||
|
||||
$table->enum('discount_type', ['percent', 'value'])->nullable();
|
||||
$table->enum('discount_type', [
|
||||
'percent', 'value'
|
||||
])->nullable();
|
||||
$table->integer('discount_rate')->nullable();
|
||||
|
||||
$table->text('currency');
|
||||
|
||||
Reference in New Issue
Block a user