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