0
0
mirror of https://github.com/rbock/sqlpp11.git synced 2024-11-16 04:47:18 +08:00
sqlpp11/tests/mysql/usage/TabJson.sql
2021-08-01 21:49:16 +02:00

4 lines
83 B
SQL

CREATE TABLE tab_json (
data JSON NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;