Adding dbstr_us.txt support to client files

This commit is contained in:
KimLS
2015-05-23 15:50:35 -07:00
parent 70048eb6e1
commit 7041db7480
3 changed files with 97 additions and 1 deletions
@@ -0,0 +1,6 @@
CREATE TABLE `db_str` (
`id` INT(10) NOT NULL,
`type` INT(10) NOT NULL,
`value` TEXT NOT NULL,
PRIMARY KEY (`id`, `type`)
);;