본문으로 건너뛰기

1개 문서가 "AntelopeIO/cdt/tree/v3.0.1/docs/07_best-practices/04_data-design-and-migration.md" 태그에 분류되었습니다

모든 태그 보기

Data design and migration

Antelope based blockchains allow developers to easily update their smart contract code. However, a few things need to be considered when it comes to data updates and/or migration. The multi-index table API is one of the mechanisms (Key-Value API being the other) for storing and updating blockchain state. The multi-index table API creates and uses data structures in RAM. Once created and deployed on the blockchain there are limitations if you want to update these structures. Below you will find a few approaches to your smart contract data design, updates to this design, and for data migration.