📄 createdropalter.sql
字号:
-- TODO!-- ---------------------------------------------------------------------------- -- This is needed to add the triggers to the schemas to detect CREATE, DROP and -- ALTER events on a particular schema to be watched. It is invoked by the -- method I_DbSpecific.addSchemaToWatch(...) -- note that this must be invoked for each Schema. -- ---------------------------------------------------------------------------- -- ---------------------------------------------------------------------------- -- ${replPrefix}create_trigger is invoked when a new table is created. -- note that this must be invoked for each Schema. -- ---------------------------------------------------------------------------- -- CREATE TRIGGER trigger_name
-- ON { ALL SERVER | DATABASE }
-- [ WITH <ddl_trigger_option> [
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -