plugins/locale/share/db/sql/sys_locale_vars.sql.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

return '
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `value` text NOT NULL,
  `location` text NOT NULL,
  PRIMARY KEY (`id`)
';