ваше сообщение коммита
This commit is contained in:
6
backend/db/migrations/024_create_ipfs_publications.sql
Normal file
6
backend/db/migrations/024_create_ipfs_publications.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
CREATE TABLE IF NOT EXISTS ipfs_publications (
|
||||
id SERIAL PRIMARY KEY,
|
||||
cid TEXT NOT NULL,
|
||||
url TEXT NOT NULL,
|
||||
published_at TIMESTAMP DEFAULT NOW()
|
||||
);
|
||||
Reference in New Issue
Block a user