chroma / chromadb /migrations /metadb /00002-embedding-metadata.sqlite.sql
badalsahani's picture
feat: chroma initial deploy
287a0bc
raw
history blame contribute delete
334 Bytes
-- SQLite does not support adding check with alter table, as a result, adding a check
-- involve creating a new table and copying the data over. It is over kill with adding
-- a boolean type column. The application write to the table needs to ensure the data
-- integrity.
ALTER TABLE embedding_metadata ADD COLUMN bool_value INTEGER