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.
-- owner_issuer 表增加:启用/禁用状态字段 status
-- status:0启用 1禁用
ALTER TABLE `owner_issuer`
ADD COLUMN `status` char(1) DEFAULT '0' COMMENT '状态(0启用 1禁用)' AFTER `del_flag`;