mysql> describe code_signoffs;
+---------------------+----------------+------+-----+----------------+-------+
| Field | Type | Null | Key | Default | Extra |
+---------------------+----------------+------+-----+----------------+-------+
| cs_repo_id | int(11) | NO | PRI | NULL | |
| cs_rev_id | int(11) | NO | PRI | NULL | |
| cs_user | int(11) | NO | | NULL | |
| cs_user_text | varbinary(255) | NO | PRI | NULL | |
| cs_flag | varbinary(25) | NO | PRI | NULL | |
| cs_timestamp | binary(14) | NO | | | |
| cs_timestamp_struck | varbinary(14) | NO | PRI | infinity | |
+---------------------+----------------+------+-----+----------------+-------+