etymology / backend /sql /ingestion /04_create_sequences.sql
lucharo's picture
Super-squash branch 'main' using huggingface_hub
13812dc
raw
history blame contribute delete
85 Bytes
CREATE TABLE sequences (
seq_ix BIGINT,
position INT,
parent_ix BIGINT
)