Edit db/schema.sql via Editor
This commit is contained in:
parent
9a120ef6f7
commit
13df8e5526
@ -76,6 +76,7 @@ CREATE TABLE IF NOT EXISTS `Candidate` (
|
|||||||
`run_id` Int,
|
`run_id` Int,
|
||||||
`candidate_id` Int NOT NULL AUTO_INCREMENT,
|
`candidate_id` Int NOT NULL AUTO_INCREMENT,
|
||||||
`project_id` Int,
|
`project_id` Int,
|
||||||
|
`name` text,
|
||||||
`smiles_id` text,
|
`smiles_id` text,
|
||||||
`estimated_cost` float,
|
`estimated_cost` float,
|
||||||
`generated_time` Timestamp,
|
`generated_time` Timestamp,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user