Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
KoRiF
/
MinCPionS
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
MinCPionS
/
sql
/
create_metadata.sql
KoRiF
improve data lifecycle
6791083
30 days ago
raw
Copy download link
history
blame
contribute
delete
Safe
134 Bytes
CREATE
TABLE
IF
NOT
EXISTS
metadata (
key TEXT
PRIMARY
KEY,
value
TEXT,
updated_at
TIMESTAMP
DEFAULT
CURRENT_TIMESTAMP
);