## Database Schema #### users * PK ID * username * Email * first_name * last_name ### passwords - PK ID - FK user_id - password ### communities - PK ID - community_name ### community_members - user_id - community_id ### community_posts - id - community_id - user_id - comment_title - content_type - content - post_date - flair_name - post_votes ### post_comments - PK ID - FK community_posts ID - FK user_id - content - date - comment_votes -