Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
park_quiz [2018-02-01 22:01]
Joakim Forsgren
park_quiz [2018-02-01 22:03]
Joakim Forsgren
Line 50: Line 50:
 `id` int(11) NOT NULL, `id` int(11) NOT NULL,
   `category` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_swedish_ci NOT NULL   `category` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_swedish_ci NOT NULL
-) ENGINE=InnoDB  DEFAULT CHARSET=latin1;+) ENGINE=InnoDB  DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_swedish_ci;
  
 -- -------------------------------------------------------- -- --------------------------------------------------------