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 -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -

How to understand 2 main() functions after using uftrace to profile the C++ program? -