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