alter table system_menu add column `app_id` int DEFAULT NULL; alter table system_menu add column `tenant_id` int DEFAULT NULL; alter table system_app add column `type` int DEFAULT NULL; alter table system_app add column `tenant_id` int DEFAULT NULL; alter table system_app add column `group_id` int DEFAULT NULL;