Added a very basic metric API. Closes #4
This commit is contained in:
committed by
James Brooks
parent
99964998ec
commit
cfd3df4266
@@ -18,6 +18,7 @@ class CreateMetricsTable extends Migration
|
||||
$table->string('name');
|
||||
$table->string('suffix');
|
||||
$table->text('description');
|
||||
$table->integer('default_value');
|
||||
$table->boolean('display_chart')->default(1);
|
||||
$table->timestamps();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user