Edit db/schema.sql via Editor

This commit is contained in:
Flatlogic Bot 2025-12-16 01:23:08 +00:00
parent 9a120ef6f7
commit 13df8e5526

View File

@ -76,6 +76,7 @@ CREATE TABLE IF NOT EXISTS `Candidate` (
`run_id` Int,
`candidate_id` Int NOT NULL AUTO_INCREMENT,
`project_id` Int,
`name` text,
`smiles_id` text,
`estimated_cost` float,
`generated_time` Timestamp,