PAN-52 Fixed issue with the Theorems API

This commit is contained in:
2019-03-21 10:55:15 -06:00
parent ba4c7502db
commit f8a1d8bf89
@@ -27,7 +27,7 @@ create table theorems (
id int not null auto_increment primary key unique, id int not null auto_increment primary key unique,
name varchar(512) not null, name varchar(512) not null,
theorem varchar(1024) not null, theorem varchar(1024) not null,
theorem_type enum ('THEOREM', 'PROPOSITION', 'LEMMA', 'COROLLARY') not null, theorem_type varchar(20) not null,
branch varchar(512) not null, branch varchar(512) not null,
referenced_definitions json, referenced_definitions json,
referenced_theorems json, referenced_theorems json,