/var/lib/phpmyadmin/tmp/twig/0b
Edit: /var/lib/phpmyadmin/tmp/twig/0b/0b1ee5a43407b1dffa3c209318ca9146.php (2748B)
source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 1
echo "
";
}
public function getTemplateName()
{
return "database/create_table.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 76 => 21, 67 => 15, 60 => 11, 55 => 9, 52 => 8, 49 => 7, 46 => 5, 44 => 4, 37 => 1,);
}
public function getSourceContext()
{
return new Source("", "database/create_table.twig", "/usr/share/phpmyadmin/templates/database/create_table.twig");
}
}