chroma / chromadb /test /db /migrations /00002-migration-2.sqlite.sql
badalsahani's picture
feat: chroma initial deploy
287a0bc
raw
history blame contribute delete
51 Bytes
CREATE TABLE table2 (
name TEXT PRIMARY KEY
);