myt/templates/view.ejs

6 lines
204 B
Plaintext
Raw Normal View History

2020-11-14 01:38:56 +00:00
CREATE OR REPLACE DEFINER = `root`@`%`
SQL SECURITY <%- securityType %>
VIEW `<%- schema %>`.`<%- name %>`
AS <%- definition %><% if (checkOption != 'NONE') { %>
WITH CASCADED CHECK OPTION<% } %>