post, comment interaction db

This commit is contained in:
Ahmet Kaan GÜMÜŞ 2024-12-05 02:21:20 +03:00
parent 60d18771d7
commit 1e8d656711
10 changed files with 184 additions and 0 deletions

View file

@ -0,0 +1,2 @@
-- Add down migration script here
DROP TABLE IF EXISTS "post_interaction";