aidmt-ms/sql/owner_access_audit_event_ad...

5 lines
223 B
SQL
Raw Blame History

This file contains ambiguous Unicode characters

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;