PAN-52 Fixed issue with the Theorems API
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user