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

Summary

Maintainability
A
0 mins
Test Coverage
<?php

return '
  `var_id` int(10) unsigned NOT NULL DEFAULT \'0\',
  `value` text NOT NULL,
  `locale` varchar(12) NOT NULL DEFAULT \'\',
  PRIMARY KEY (`var_id`,`locale`)
';