Moved mysql/mariadb connector over here.

This commit is contained in:
Roland Bock
2021-08-01 21:49:16 +02:00
parent 2e683a4b69
commit 5e16f32ed3
41 changed files with 4640 additions and 4 deletions
+3
View File
@@ -0,0 +1,3 @@
CREATE TABLE tab_json (
data JSON NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;