Skip to content
Snippets Groups Projects
Commit 19b0479a authored by Genvictus's avatar Genvictus
Browse files

rfc: add timestamp attribute to likes

parent fd4cdfa8
No related merge requests found
......@@ -60,7 +60,8 @@ CREATE TABLE "post_resources" (
CREATE TABLE "likes" (
"post_id" integer,
"post_owner_id" integer,
"user_id" integer
"user_id" integer,
"created_at" timestamp DEFAULT current_timestamp
);
COMMENT ON COLUMN "users"."id" IS 'Starts at 1';
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment