Skip to content

Instantly share code, notes, and snippets.

@kakobotasso
Created March 30, 2013 20:19
Show Gist options
  • Save kakobotasso/5278180 to your computer and use it in GitHub Desktop.
Save kakobotasso/5278180 to your computer and use it in GitHub Desktop.
Paperclip no banco
+----+------------+-------------------+
| id | produto_id | picture_file_name |
+----+------------+-------------------+
| 1 | 1 | K185A2617.jpg |
| 2 | NULL | K185A0001.jpg |
| 3 | NULL | K185A0002.jpg |
| 4 | NULL | K185A0003.jpg |
| 5 | NULL | K185A0004.jpg |
| 6 | NULL | K185A0005.jpg |
| 8 | NULL | K185A0006.jpg |
| 9 | NULL | K185A0007.jpg |
| 11 | NULL | K185A0008.jpg |
| 12 | NULL | K185A0009.jpg |
+----+------------+-------------------+
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment