ForestAdmin/lumber

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

Summary

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