android - Can I store multiple images paths like this in sqlite database -


i working on app in want store multiple images paths on same user id in sqlite database may comma seperated. how can this.

i want table in sqlite database:

you can check table structure here

i think can create 2 tables. maintable having following columns:

  1. id (primary key)
  2. profile_image

imagedescription table having following columns:

  1. id (primary key)
  2. main_table_id (foreign key)
  3. desc_images

Comments

Popular posts from this blog

Command prompt result in label. Python 2.7 -

javascript - How do I use URL parameters to change link href on page? -

amazon web services - AWS Route53 Trying To Get Site To Resolve To www -