<@U3H00EB8T> I'd like to create a WordPress-like t...
# orm-help
c
@marcus I'd like to create a WordPress-like taxonomy schema/datamodel for tags, categories and custom taxonomies for a new MySQL database. The WordPress database contains three tables for storing taxonomy data: wp_terms, wp_term_taxonomy, wp_term_relationships. How can I replicate the WordPress taxonomy schema using the Prisma Datamodel v1.1?