TypeORM-readme-45.sh
· 359 B · Bash
原始文件
+-------------+--------------+----------------------------+
| album_photos_photo_albums |
+-------------+--------------+----------------------------+
| album_id | int(11) | PRIMARY KEY FOREIGN KEY |
| photo_id | int(11) | PRIMARY KEY FOREIGN KEY |
+-------------+--------------+----------------------------+
1 | +-------------+--------------+----------------------------+ |
2 | | album_photos_photo_albums | |
3 | +-------------+--------------+----------------------------+ |
4 | | album_id | int(11) | PRIMARY KEY FOREIGN KEY | |
5 | | photo_id | int(11) | PRIMARY KEY FOREIGN KEY | |
6 | +-------------+--------------+----------------------------+ |