Files
ppq/schemas/PetPicture.sql
2025-09-25 20:25:18 -04:00

10 lines
175 B
SQL

CREATE TABLE IF NOT EXISTS PetPictures (
uuid TEXT PRIMARY KEY,
title text,
contributor text,
description text,
created_at integer,
posted integer,
filepath text
);