DDL Manager
Manages DDL actions over Space and Time
Creates/drops the specified table(s) in Space and Time
npx hardhat sxt-utils:createTable --schema <schema> --businessobject ToDo
npx hardhat sxt-utils:dropTable --schema <schema> --businessobject ToDo
Creates/drops the specified table(s) in Space and Time (Coming soon!)
npx hardhat sxt-utils:createIndex --schema <schema> --businessobject ToDo
npx hardhat sxt-utils:dropIndex --schema <schema> --businessobject ToDo
Updated 8 months ago
What’s Next