Fixed some things with the test add functions
This commit is contained in:
@ -14,7 +14,7 @@ final class AddTestsTable extends AbstractMigration {
|
||||
->addTimestamps()
|
||||
->create();
|
||||
|
||||
$table = $this->table('tests_benchmarks');
|
||||
$table = $this->table('test_benchmark');
|
||||
$table->addColumn('test_id', 'integer', ['null' => false])
|
||||
->addColumn('benchmark_id', 'integer', ['null' => false])
|
||||
->addForeignKey('test_id', 'tests', 'id', ['delete'=> 'CASCADE', 'update'=> 'CASCADE'])
|
||||
|
Reference in New Issue
Block a user