report fields

This commit is contained in:
denisdulici
2020-01-16 15:39:37 +03:00
parent 7d3c7619d1
commit 893970ffae
23 changed files with 233 additions and 230 deletions

View File

@@ -110,8 +110,8 @@ class CoreV200 extends Migration
$table->integer('dashboard_id');
$table->string('class');
$table->string('name');
$table->text('settings')->nullable();
$table->integer('sort')->default(0);
$table->text('settings')->nullable();
$table->timestamps();
$table->softDeletes();
@@ -170,10 +170,7 @@ class CoreV200 extends Migration
$table->string('class');
$table->string('name');
$table->text('description');
$table->string('group');
$table->string('period');
$table->string('basis');
$table->string('chart');
$table->text('settings')->nullable();
$table->timestamps();
$table->softDeletes();