CCDB security groups spaces 테이블

Jmnote (토론 | 기여)님의 2016년 11월 24일 (목) 14:01 판 (새 문서: ==개요== ;CCDB security_groups_spaces 테이블 <source lang='console'> mysql> DESC security_groups_spaces; +-------------------+---------+------+-----+---------+-------+ | Field...)
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)

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 }}