lq_db_update.sql 195 B

123456789101112
  1. -- 2026-02-02
  2. -- 2026-02-02 授权码 表增加 是否删除标志位
  3. alter table t_oauth_authorization_codes add column `is_deleted` tinyint(1) NULL DEFAULT 0 COMMENT '是否删除';