Skip to content
Snippets Groups Projects
Forked from itminedu / gredu_labs
34 commits behind the upstream repository.
migration-161024-01-up.mysql.sql 143 B
ALTER TABLE `applicationform`
ADD COLUMN `received_document` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT ''
AFTER `received_by` ;