knox revised this gist . Go to revision
1 file changed, 11 insertions
TypeORM-readme-29.sh(file created)
@@ -0,0 +1,11 @@ | |||
1 | + | +-------------+--------------+----------------------------+ | |
2 | + | | photo_metadata | | |
3 | + | +-------------+--------------+----------------------------+ | |
4 | + | | id | int(11) | PRIMARY KEY AUTO_INCREMENT | | |
5 | + | | height | int(11) | | | |
6 | + | | width | int(11) | | | |
7 | + | | comment | varchar(255) | | | |
8 | + | | compressed | boolean | | | |
9 | + | | orientation | varchar(255) | | | |
10 | + | | photoId | int(11) | FOREIGN KEY | | |
11 | + | +-------------+--------------+----------------------------+ |
Newer
Older