issues
search
FEED-Mobile
/
FEED
Food for your phone begins here.
1
stars
0
forks
source link
Update Supabase schema
#58
Closed
hansonguyen
closed
7 months ago
hansonguyen
commented
7 months ago
Overview
Public schema needs to be updated:
[x] users
[x] full_name (i.e. John Smith)
[x] comments
[x] post_id
[x] tags
[x] id
[x] name (i.e. Japanese, Lunch, etc.)
[x] posts_tags (joint table to represent many-to-many relationship)
[x] post_id
[x] tag_id
Overview
Public schema needs to be updated: