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

'hasOwnProperty' in javascript -

python - ValueError: No axis named 1 for object type <class 'pandas.core.series.Series'> -

java - How to provide dependency injections in Eclipse RCP 3.x? -