[WIP] Store Limit
This commit is contained in:
@@ -16,7 +16,9 @@ return new class extends Migration
|
||||
Schema::create('limit_journals', function (Blueprint $table) {
|
||||
$table->id();
|
||||
$table->morphs('journalable');
|
||||
$table->string('mutation');
|
||||
$table->string('previous_balance');
|
||||
$table->string('total_debit')->nullable()->comment('Should be in positive value');
|
||||
$table->string('total_credit')->nullable()->comment('Should be in negative value');
|
||||
$table->string('type');
|
||||
$table->string('balance');
|
||||
$table->text('description');
|
||||
|
||||
Reference in New Issue
Block a user