CREATE TABLE IF NOT EXISTS mutation ( id INTEGER PRIMARY KEY, data_id INTEGER NOT NULL, mutation_index INTEGER NOT NULL, key BLOB NOT NULL, value BLOB NOT NULL, FOREIGN KEY (data_id) REFERENCES solution_data (id) );