7 lines
282 B
SQL
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;
|