CCDB security groups 테이블

Jmnote (토론 | 기여)님의 2016년 11월 24일 (목) 14:00 판 (Jmnote님이 Security groups 문서를 CCDB security groups 테이블 문서로 이동했습니다)
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)

1 개요[ | ]

CCDB security_groups 테이블
mysql> DESC security_groups;
+-----------------+--------------+------+-----+---------------------+----------------+
| Field           | Type         | Null | Key | Default             | Extra          |
+-----------------+--------------+------+-----+---------------------+----------------+
| id              | int(11)      | NO   | PRI | NULL                | auto_increment |
| guid            | varchar(255) | NO   | MUL | NULL                |                |
| created_at      | timestamp    | NO   | MUL | CURRENT_TIMESTAMP   |                |
| updated_at      | timestamp    | NO   | MUL | 0000-00-00 00:00:00 |                |
| name            | varchar(255) | NO   | MUL | NULL                |                |
| rules           | mediumtext   | YES  |     | NULL                |                |
| staging_default | tinyint(1)   | YES  | MUL | 0                   |                |
| running_default | tinyint(1)   | YES  | MUL | 0                   |                |
+-----------------+--------------+------+-----+---------------------+----------------+
8 rows in set (0.00 sec)

2 같이 보기[ | ]

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