Files
yunzerwebsiteallinone/sql/alter_reimbursement_items_add_receipt_file_ids.sql

4 lines
275 B
SQL
Raw Permalink 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.
-- 报销明细发票关联统一文件表 yz_system_files(逗号分隔多个文件 ID
ALTER TABLE `yz_backend_reimbursement_items`
ADD COLUMN `receipt_file_ids` varchar(500) NOT NULL DEFAULT '' COMMENT '关联 yz_system_files.id,逗号分隔' AFTER `receipt_flag`;