This commit is contained in:
Fabian Freund
2026-03-13 19:14:39 +01:00
parent b9e97c4d41
commit 3262bb34b5
24 changed files with 8383 additions and 10 deletions
@@ -0,0 +1,6 @@
CREATE TABLE quotes (
author TEXT NOT NULL,
quote TEXT NOT NULL,
source TEXT,
tags TEXT
);