Skip to content

Commit bb95428

Browse files
committed
Update uigf_dict.sql
1 parent 5ee53e3 commit bb95428

File tree

1 file changed

+8
-21
lines changed

1 file changed

+8
-21
lines changed

uigf_dict.sql

Lines changed: 8 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
-- phpMyAdmin SQL Dump
2-
-- version 5.1.1
2+
-- version 5.2.1
33
-- https://www.phpmyadmin.net/
44
--
55
-- Host: 127.0.0.1
6-
-- Generation Time: May 14, 2023 at 09:45 AM
7-
-- Server version: 10.6.5-MariaDB-log
8-
-- PHP Version: 7.4.27
6+
-- Generation Time: Jan 06, 2025 at 03:34 PM
7+
-- Server version: 8.0.35
8+
-- PHP Version: 8.0.30
99

1010
SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
1111
START TRANSACTION;
@@ -18,31 +18,18 @@ SET time_zone = "+00:00";
1818
/*!40101 SET NAMES utf8mb4 */;
1919

2020
--
21-
-- Database: `uigf_dict`
21+
-- Database: `uigf`
2222
--
2323

2424
-- --------------------------------------------------------
2525

26-
--
27-
-- Table structure for table `generic_dict`
28-
--
29-
30-
CREATE TABLE `generic_dict` (
31-
`game_id` int(11) NOT NULL,
32-
`item_id` bigint(15) NOT NULL,
33-
`text` text NOT NULL,
34-
`lang` text NOT NULL
35-
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
36-
37-
-- --------------------------------------------------------
38-
3926
--
4027
-- Table structure for table `i18n_dict`
4128
--
4229

4330
CREATE TABLE `i18n_dict` (
44-
`game_id` int(11) NOT NULL,
45-
`item_id` bigint(15) NOT NULL,
31+
`game_id` int NOT NULL,
32+
`item_id` bigint NOT NULL,
4633
`chs_text` text NOT NULL,
4734
`cht_text` text NOT NULL,
4835
`de_text` text NOT NULL,
@@ -56,7 +43,7 @@ CREATE TABLE `i18n_dict` (
5643
`ru_text` text NOT NULL,
5744
`th_text` text NOT NULL,
5845
`vi_text` text NOT NULL
59-
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
46+
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
6047

6148
--
6249
-- Indexes for dumped tables

0 commit comments

Comments
 (0)