INSERT INTO `face_session_images` (`id`, `face_session_id`, `file_path`, `original_name`, `created_at`, `updated_at`) VALUES (1, 1, 'face_sessions/1/db/abec5214-c7fc ...
CREATE INDEX IF NOT EXISTS idx_model_routes_tenant_id ON model_routes(tenant_id); CREATE INDEX IF NOT EXISTS idx_model_routes_active ON model_routes(is_active) WHERE is_active = true; CREATE INDEX IF ...