perfectly working system
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
-- Add migration script here
|
||||
CREATE TABLE processed_data (
|
||||
id SERIAL PRIMARY KEY,
|
||||
content TEXT NOT NULL,
|
||||
created_at TIMESTAMP DEFAULT NOW()
|
||||
);
|
||||
Reference in New Issue
Block a user