MAX: создание папок

This commit is contained in:
Alexey Polyakov
2026-04-27 17:40:28 +03:00
parent cb058f6ab6
commit bd95755db4
5 changed files with 112 additions and 4 deletions

View File

@@ -102,6 +102,7 @@ CREATE TABLE `user_folders` (
`phone` VARCHAR(20) NOT NULL,
`title` VARCHAR(128) NOT NULL,
`filters` JSON NOT NULL DEFAULT ('[]'),
`include` JSON NOT NULL DEFAULT ('[]'),
`options` JSON NOT NULL DEFAULT ('[]'),
`source_id` INT NOT NULL DEFAULT 1,
`update_time` BIGINT NOT NULL DEFAULT 0,