/
wax_boy
/
semaphore_custom
Обзор
Документация
Войти
/
wax_boy
/
semaphore_custom
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
develop
db/sql/migrations/v1.4.0.sql
11 строк
322 B
Denis Gukov
fix(be): event migration
13 ноя 2021, 13:10
13 ноя 2021, 13:10
5d89a76
Код
Авторство
О чём код?
CREATE TABLE `event` ( `project_id` int DEFAULT NULL, `object_id` int DEFAULT NULL, `object_type` varchar(20) DEFAULT '', `description` text, `created` datetime NOT NULL ); alter table `task` add `created` datetime null; alter table `task` add `start` datetime null; alter table `task` add `end` datetime null;