Skip to content

Instantly share code, notes, and snippets.

@rafl
Created June 10, 2013 16:38
Show Gist options
  • Save rafl/5750232 to your computer and use it in GitHub Desktop.
Save rafl/5750232 to your computer and use it in GitHub Desktop.
| note_id | revision_number | marker_id | content |
+---------+-----------------+-----------+---------+
| 1 | 1 | 1 | foo |
| 2 | 1 | 1 | bar |
| photo_id | revision_number | marker_id | filename |
+----------+-----------------+-----------+----------+
| 1 | 1 | 1 | foo.jpg |
| 2 | 1 | 1 | bar.jpg |
| note_id | note_revision_number | note_marker_id | note_content | photo_id | photo_revision_number | photo_marker_id | photo_filename |
+---------+----------------------+----------------+--------------+----------+-----------------------+-----------------+----------------+
| 1 | 1 | 1 | foo | | | | |
| 2 | 1 | 1 | bar | | | | |
| | | | | 1 | 1 | 1 | foo.jpg |
| | | | | 2 | 1 | 1 | bar.jpg |
| note_id | photo_id | marker_id | revision_number | note_content | photo_filename |
+---------+----------+-----------+-----------------+--------------+----------------+
| 1 | | 1 | 1 | foo | |
| 2 | | 1 | 1 | bar | |
| | 1 | 1 | 1 | | foo.jpg |
| | 2 | 1 | 1 | | bar.jpg |
@aanoaa
Copy link

aanoaa commented Jun 10, 2013

looks like org-mode table

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment