Initial
This commit is contained in:
9
schemas/PetPicture.sql
Normal file
9
schemas/PetPicture.sql
Normal file
@@ -0,0 +1,9 @@
|
||||
CREATE TABLE IF NOT EXISTS PetPictures (
|
||||
uuid TEXT PRIMARY KEY,
|
||||
title text,
|
||||
contributor text,
|
||||
description text,
|
||||
created_at integer,
|
||||
posted integer,
|
||||
filepath text
|
||||
);
|
||||
Reference in New Issue
Block a user