ForestAdmin/lumber

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

Summary

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