Jump to content

Mobile web projects/Collections Backend

From mediawiki.org
Revision as of 21:36, 8 January 2015 by Robmoen (talk | contribs) (Created page, Added collections schema draft)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

This is a draft space for Collections, spring zero backend spike results

Non-MVP Collections schema draft

Collections table:

  • collection_id ( auto increment )
  • user_id ( index )
  • label
  • description
  • private flag ( default false )
  • timestamp ( time created )

Collection_pages table

  • item id ( auto increment )
  • collection id ( index )
  • page id
  • order ( default 0 )
  • timestamp ( time added )