Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
lucharo
/
etymology
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
etymology
/
backend
/
sql
/
ingestion
/
04_create_sequences.sql
lucharo
Super-squash branch 'main' using huggingface_hub
13812dc
3 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
85 Bytes
CREATE
TABLE
sequences (
seq_ix
BIGINT
,
position
INT
,
parent_ix
BIGINT
)