1
0
mirror of https://github.com/actix/examples synced 2024-11-24 14:53:00 +01:00
examples/databases/mysql/sql/0_create_database.sql

2 lines
74 B
MySQL
Raw Normal View History

2023-07-18 02:01:26 +02:00
CREATE DATABASE my_bank CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci;