diff --git a/migrations/001_add_tables.php b/migrations/001_add_tables.php index 9ff6c7fbe6decf9a068cc4f7a53332a97331cca7..70383664b452f44341d189ae3d82f69f525f2f2d 100644 --- a/migrations/001_add_tables.php +++ b/migrations/001_add_tables.php @@ -35,7 +35,7 @@ class AddTables extends Migration `mentee_id` VARCHAR(32) NOT NULL, `issue` BOOLEAN NOT NULL DEFAULT FALSE, `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`) )');