more db changes

This commit is contained in:
abhishek 2010-10-15 15:19:12 -07:00
parent 28d41587b1
commit adcdccb632
1 changed files with 1 additions and 0 deletions

View File

@ -106,6 +106,7 @@ CREATE TABLE `cloud`.`pool` (
CREATE TABLE `cloud`.`lun` (
`id` bigint unsigned NOT NULL UNIQUE AUTO_INCREMENT COMMENT 'id',
`lun_name` varchar(255) NOT NULL COMMENT 'lun name',
`target_iqn` varchar(255) NOT NULL COMMENT 'target iqn',
`path` varchar(255) NOT NULL COMMENT 'lun path',
`size` bigint NOT NULL COMMENT 'lun size',
`volume_id` bigint unsigned NOT NULL COMMENT 'parent volume id',