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

javascript - Confirm a form & display message if form is valid with JQuery -

Retrieving ETA (estimated time of arrival) with Google Distance Matrix API and public transit as transport mode -

ionic framework - Meteor - Error: Failed to execute 'insertBefore' on 'Node' -