etymology / backend /sql /ingestion /09_create_definitions_raw.sql
lucharo's picture
Super-squash branch 'main' using huggingface_hub
13812dc
raw
history blame contribute delete
147 Bytes
CREATE TABLE IF NOT EXISTS definitions_raw (
lexeme VARCHAR PRIMARY KEY,
api_response JSON,
fetched_at TIMESTAMP,
status VARCHAR
)