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:
i think can create 2 tables. maintable having following columns:
- id (primary key)
- profile_image
imagedescription table having following columns:
- id (primary key)
- main_table_id (foreign key)
- desc_images
Comments
Post a Comment