Files
manifests/raw/tos/oceanbox/database/create-grafana-image-table.sql
T

6 lines
68 B
SQL

CREATE TABLE images (
name text,
image bytea,
UNIQUE(name)
);