";
// line 18
if (($this->getAttribute(($context["view"] ?? null), "operation", [], "array") == "create")) {
// line 19
echo "
|
getAttribute(($context["view"] ?? null), "or_replace", [], "array")) {
echo " checked=\"checked\" ";
}
// line 24
echo " value=\"1\" />
|
";
}
// line 28
echo "
|
|
";
// line 45
echo _gettext("Definer");
echo " |
env, $this->getAttribute(($context["view"] ?? null), "definer", [], "array"), "html", null, true);
echo "\" /> |
SQL SECURITY |
|
";
// line 63
if (($this->getAttribute(($context["view"] ?? null), "operation", [], "array") == "create")) {
// line 64
echo "
";
// line 65
echo _gettext("VIEW name");
echo " |
env, $this->getAttribute(($context["view"] ?? null), "name", [], "array"), "html", null, true);
echo "\" />
|
";
} else {
// line 71
echo "
env, $this->getAttribute(($context["view"] ?? null), "name", [], "array"), "html", null, true);
echo "\" />
|
";
}
// line 77
echo "
";
// line 79
echo _gettext("Column names");
echo " |
env, $this->getAttribute(($context["view"] ?? null), "column_names", [], "array"), "html", null, true);
echo "\" />
|
AS |
|
WITH CHECK OPTION |
|