ForestAdmin/lumber

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

Summary

Maintainability
Test Coverage
create table json (
  id SERIAL,
  object JSON
);