ForestAdmin/lumber

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

Summary

Maintainability
Test Coverage
CREATE TABLE parenthesis_table (
  id INT NOT NULL,
  "Ingredients (Kcal/100g)" VARCHAR,
  PRIMARY KEY (id)
);