I THINK THIS IS IT

This commit is contained in:
Gvidas Juknevičius 2024-03-30 19:11:07 +02:00
parent 16d5a1d1ac
commit e40b7dc2e7
Signed by: MCorange
GPG Key ID: 12B1346D720B7FBB

View File

@ -5,7 +5,7 @@ CREATE TABLE IF NOT EXISTS posts (
descr TEXT NOT NULL,
img_url TEXT NOT NULL,
origin_url TEXT NOT NULL,
original_request JSON NOT NULL,
original_request TEXT NOT NULL,
posted_on TIMESTAMP NOT NULL,
PRIMARY KEY (id)
)