放大存储 nosql - 如何编辑 table?
Amplify storage nosql - How to edit a table?
我有一个 React web web,我只是配置扩展并添加了存储 nosql 选项。
我创建了 table 和列,但现在我想添加另一列,我该如何编辑 Table?我找不到任何参考 here on the docs
用于配置放大存储的命令:
amplify add storage
我发现了:
amplify storage remove <storageName>
此外,如果您 运行 amplify anything
它会显示所有命令和每个命令的一些描述。
我有一个 React web web,我只是配置扩展并添加了存储 nosql 选项。
我创建了 table 和列,但现在我想添加另一列,我该如何编辑 Table?我找不到任何参考 here on the docs
用于配置放大存储的命令:
amplify add storage
我发现了:
amplify storage remove <storageName>
此外,如果您 运行 amplify anything
它会显示所有命令和每个命令的一些描述。