migrate/1770860846_table_service_behavior_add_source.up.sql

2 lines
131 B
MySQL
Raw Permalink Normal View History

2026-02-12 09:54:59 +08:00
ALTER TABLE `ufutx_dma_service_behavior`
ADD COLUMN `source` TINYINT default 1 comment "来源,1:app,2:admin" after `apply_user_id`