plugins/sys/share/db/sql/sys_code_source.sql.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

return '
  `id` int(10) NOT NULL AUTO_INCREMENT,
  `keyword` varchar(255) NOT NULL DEFAULT \'\',
  `source` text NOT NULL,
  PRIMARY KEY (`id`)
';