iloom-flatten/migrations/20260528_082639_add_used_at_to_share_links.sql

7 lines
282 B
MySQL
Raw Permalink Normal View History

-- ============================================
-- 此文件由 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;