iloom-flatten/migrations/20260528_082639_add_used_at_to_share_links.sql
github-actions[bot] b6e2e526d9 sync: Add files via upload
重大版本更新 (A@029ab8fcd9c4f587ce7a2394252868172d8e5d79)
2026-06-04 13:57:36 +00:00

7 lines
282 B
SQL

-- ============================================
-- 此文件由 Meoo Cloud 自动生成,请勿修改
-- This file is auto-generated by Meoo Cloud, DO NOT MODIFY
-- ============================================
ALTER TABLE share_links ADD COLUMN IF NOT EXISTS used_at TIMESTAMPTZ;