User Notes
sunbird.user_notes [PRIMARY KEY: id]
Column Name | Data Type | Description | Sample Data |
---|---|---|---|
id | text | Identifier | 0127589083239956481071 |
contentid | text | content identifier on which user notes is recorded | do_21273722793293414414343 |
courseid | text | Course Id in which the content is present | do_21273766432272384014646 |
createdby | text | user UUID who created the notes | 54f4b468-a13b-4207-bbb1-b61d5889b2d3 |
createddate | text | timestamp at which user notes was created | 2019-05-10 10:17:50:399+0000 |
isdeleted | boolean | If user notes was deleted or not | False |
note | text | notes data | Need to revise the content |
tags | list<text> | ||
title | text | Title of the notes | Revisit content |
updatedby | text | user UUID who updated the record | 54f4b468-a13b-4207-bbb1-b61d5889b2d3 |
updateddate | text | timestamp at which user notes was updated | 2019-05-10 10:23:58:131+0000 |
userid | text | user UUID who created the notes | 54f4b468-a13b-4207-bbb1-b61d5889b2d3 |
Last updated