mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 20:02:29 +01:00
Merge branch '4.11'
This commit is contained in:
commit
86b0dd8273
@ -536,7 +536,7 @@ CREATE TABLE IF NOT EXISTS `cloud`.`domain_details` (
|
||||
`id` bigint unsigned NOT NULL auto_increment,
|
||||
`domain_id` bigint unsigned NOT NULL COMMENT 'account id',
|
||||
`name` varchar(255) NOT NULL,
|
||||
`value` varchar(255) NOT NULL,
|
||||
`value` varchar(255) NULL,
|
||||
PRIMARY KEY (`id`),
|
||||
CONSTRAINT `fk_domain_details__domain_id` FOREIGN KEY (`domain_id`) REFERENCES `domain`(`id`) ON DELETE CASCADE
|
||||
)ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user