oak-general-business/upgrade/5.10.10/notification.sql

4 lines
174 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.

-- 这个修改是5.10.7版本的暂未实际应用原本是enum类型现改为varchar以便扩展
alter table notification
modify channel varchar(32) not null;