This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
-- 业主端-准入事件审计:新增附件URL字段(逗号分隔)
ALTER TABLE owner_access_audit_event
ADD COLUMN attachment_urls VARCHAR(2000) NULL COMMENT '附件URL(多个用逗号分隔)' AFTER page_notes;