[x] Contains bullet points after the table that state which foreign keys will reference to which table, or references to the associations which will be made
[x] foreign key and table name are lowercased, snake_cased and back_ticked
[x] Correctly formatted
[x] schema is written in a table format
[x] the table's name are lowercased, snake_cased and back_ticked
[x] the table header column names are bolded
[x] columns names are lowercased and snaked_cased and back_ticked
Looks great! One thing you should do is change all of your table names from "cart_table" to "cart_items" and "product_table" to "products" like you did for your users table.
Database Schema
back_ticked
back_ticked
back_ticked