weizhouapache commented on issue #7370:
URL: https://github.com/apache/cloudstack/issues/7370#issuecomment-1671783324
looks perfect
user_vm:
```
KEY `fk_user_vm__user_data_id` (`user_data_id`),
CONSTRAINT `fk_user_vm__user_data_id` FOREIGN KEY (`user_data_id`)
REFERENCES `user_data` (`id`)
```
volumes
```
CONSTRAINT `fk_volumes__passphrase_id` FOREIGN KEY (`passphrase_id`)
REFERENCES `passphrase` (`id`),
```
vm_template:
```
KEY `fk_vm_template__user_data_id` (`user_data_id`),
CONSTRAINT `fk_vm_template__user_data_id` FOREIGN KEY (`user_data_id`)
REFERENCES `user_data` (`id`)
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]