1
0
mirror of https://github.com/actix/examples synced 2024-11-24 06:43:00 +01:00
examples/databases/mysql/sql/0_create_database.sql
2023-07-18 01:09:09 +01:00

2 lines
74 B
SQL

CREATE DATABASE my_bank CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci;