Change Data Structures Using HDBTABLE and HDBMIGRATIONTABLE Objects
Beginner
10 min.
Change data structures by adding columns to a table using HDBTABLE and HDBMIGRATIONTABLE objects.
You will learn
- How to change table definition in an
HDBTABLE
object - How to recreate the table using an
HDBMIGRATIONTABLE
object - How to change table definition in an
HDBMIGRATIONTABLE
object - How to insert migration definition in an
HDBMIGRATIONTABLE
object
Prerequisites
- You need to complete the previous tutorial about creating an SAP HANA Database project.
- Provision an instance of SAP HANA Cloud, SAP HANA database and make sure it is running.
Are you wondering what the best way is to manage changing data structures? Do you want to know how to collaborate more efficiently when working in development projects?
To answer the first question, learn what benefits different table types in SAP HANA Cloud, SAP HANA database can offer you based on your needs. The following 3 tutorials in this tutorial group will help you navigate through your challenges with the managing data structures:
- Get started to collaborate in SAP Business Application Studio
- Import data into a table in SAP HANA Database Project
- You are here
-
Prepare your SAP HANA Database Project for collaboration
- Generate users and roles for assigning privileges
- Enhance your project with services, synonyms, and grants
- Collaborate on an SAP HANA Database Project template