# SQL Schema Diagram (D2) ![SQL Schema Diagram](https://diagrams.gocapable.com/images/att1227128969.svg) ``` costumes: { shape: sql_table id: int {constraint: primary_key} silliness: int monster: int last_updated: timestamp } monsters: { shape: sql_table id: int {constraint: primary_key} movie: string weight: int last_updated: timestamp } costumes.monster -> monsters.id ```