ForestAdmin/lumber

View on GitHub
test-fixtures/mysql/json.sql

Summary

Maintainability
Test Coverage
create table json (
  id INT NOT NULL PRIMARY KEY,
  object JSON
);