mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Revamped the account controller.
This commit is contained in:
@@ -22,7 +22,8 @@ class CreateAccountTypesTable extends Migration
|
||||
'account_types', function (Blueprint $table) {
|
||||
$table->increments('id');
|
||||
$table->timestamps();
|
||||
$table->string('description', 50);
|
||||
$table->string('type', 50);
|
||||
$table->boolean('editable');
|
||||
}
|
||||
);
|
||||
}
|
||||
|
Reference in New Issue
Block a user