Skip to content
Snippets Groups Projects
Commit eb5c55ef authored by Ron Lucke's avatar Ron Lucke
Browse files

fix migration

parent 32ecd45c
No related branches found
No related tags found
No related merge requests found
...@@ -35,7 +35,7 @@ class AddTables extends Migration ...@@ -35,7 +35,7 @@ class AddTables extends Migration
`mentee_id` VARCHAR(32) NOT NULL, `mentee_id` VARCHAR(32) NOT NULL,
`issue` BOOLEAN NOT NULL DEFAULT FALSE, `issue` BOOLEAN NOT NULL DEFAULT FALSE,
`mkdate` INT(11) NOT NULL DEFAULT 0, `mkdate` INT(11) NOT NULL DEFAULT 0,
`chdate` INT(11) NOT NULL DEFAULT 0 `chdate` INT(11) NOT NULL DEFAULT 0,
PRIMARY KEY (`mentor_id`, `mentee_id`) PRIMARY KEY (`mentor_id`, `mentee_id`)
)'); )');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment