Commit aad89f8f9a833f2360b35844addbceb805393c65
1 parent
7e85bc3283
Exists in
master
and in
2 other branches
Replacing od with mltd in the create table command in migrations
Showing 1 changed file with 1 additions and 1 deletions
api/database/migrations/2021_07_26_070122_create_od_mltd_relations.php
View file @
aad89f8
... | ... | @@ -21,7 +21,7 @@ |
21 | 21 | 'incident_date TIMESTAMP NOT NULL,' . |
22 | 22 | 'timeframe VARCHAR (355) NOT NULL,' . |
23 | 23 | 'created_on TIMESTAMP NOT NULL)'); |
24 | - DB::statement('CREATE TABLE IF NOT EXISTS od(' . | |
24 | + DB::statement('CREATE TABLE IF NOT EXISTS mltd(' . | |
25 | 25 | 'uuid serial PRIMARY KEY,' . |
26 | 26 | 'asset_id VARCHAR (100) NOT NULL,' . |
27 | 27 | 'probability REAL NOT NULL,' . |