Initial commit
This commit is contained in:
4
server/translations.sql
Normal file
4
server/translations.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
CREATE TABLE IF NOT EXISTS `translations` (
|
||||
`sentence` varchar(100) COLLATE utf8_bin NOT NULL,
|
||||
KEY `sentence` (`sentence`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_bin;
|
||||
Reference in New Issue
Block a user