hi-server/initialize/migrate/database/02146_device_base_payload.down.sql
shanshanzhong c8258dc93b
All checks were successful
Build docker and publish / build (20.15.1) (push) Successful in 4m48s
feat: 设备登录新增 base_payload 字段,前端传入后存储到 user_device 表
2026-04-20 20:08:20 -07:00

2 lines
54 B
SQL

ALTER TABLE `user_device` DROP COLUMN `base_payload`;