attachments.hrl 157 B

123456789
  1. -record(uploads, {key, counter}).
  2. -record(attachment, {
  3. id,
  4. name,
  5. type,
  6. file,
  7. thumb,
  8. owner,
  9. data}).