task priority, comments

This commit is contained in:
2023-05-12 02:12:43 +03:00
parent d6f5ffcd26
commit 7eab647ff7
25 changed files with 887 additions and 7 deletions

View File

@ -20,7 +20,7 @@ class m211020_133147_create_user_questionnaire_table extends Migration
'created_at' => $this->dateTime(),
'updated_at' => $this->dateTime(),
'score' => $this->integer(),
'status' => $this->integer(),
'status' => $this->integer()->defaultValue(1),
]);