Adding Columns to Table in Cassandra Database #733
Closed
siddhishinde0723
started this conversation in
General Discussion
Replies: 1 comment
-
@siddhishinde0723 This is belongs sunbird obsrv, please raise this issue in https://github.com/orgs/Sunbird-Obsrv/discussions |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello Team,
We need to enhance the sunbird.location table in our Cassandra database to store additional details related to schools. Currently, the table includes the UDISE code and school name. We need to add columns for State, District, Block, and Cluster.
Requirement:
On searching for a code (UDISE code), the details related to the school should be displayed. The details should include State, District, Block, and Cluster.
Current Schema:
The current schema of the 'sunbird.location' table includes columns such as id, name (School name), code (UDISE code), type, parent_id.
We need to add the following columns to the 'sunbird.location' table:
Questions:
Thank you for your assistance.
cc: @vinukumar-vs ,@rajeevsathish, @AmiableAnil , @Krishnaj20, @chitranshu-keshav, @SanthoshVasabhaktula, @gandham-santhosh , @coolbung @komalm @manishakapadnis
Beta Was this translation helpful? Give feedback.
All reactions