CCDB security groups spaces 테이블

1 개요[ | ]

CCDB security_groups_spaces 테이블
mysql> DESC security_groups_spaces;
+-------------------+---------+------+-----+---------+-------+
| Field             | Type    | Null | Key | Default | Extra |
+-------------------+---------+------+-----+---------+-------+
| security_group_id | int(11) | NO   | MUL | NULL    |       |
| space_id          | int(11) | NO   | MUL | NULL    |       |
+-------------------+---------+------+-----+---------+-------+
2 rows in set (0.00 sec)

2 같이 보기[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}