PAN-52 Fixed issue with the Theorems API
This commit is contained in:
@@ -26,6 +26,7 @@ version int default 1
|
||||
create table theorems (
|
||||
id int not null auto_increment primary key unique,
|
||||
name varchar(512) not null,
|
||||
theorem varchar(1024) not null,
|
||||
theorem_type enum ('THEOREM', 'PROPOSITION', 'LEMMA', 'COROLLARY') not null,
|
||||
branch varchar(512) not null,
|
||||
referenced_definitions json,
|
||||
|
||||
Reference in New Issue
Block a user