@Test public void testJsonValues() { String sql = "CREATE TABLE JSON_TABLE (" + " A JSON," + " B JSON NOT NULL" + ");"; MySqlValueConverters converters ...
確定! 回上一頁