db_document_ci
Checkin of a document
Column | Type | References | Comments |
---|---|---|---|
id | Integer | Â | Primary key |
vdb_id | Integer | Â | Â |
created | Date | Â | Date of checkin |
document_id | Integer | db_document.id | ID of the document for which this checkin was done |
co_id | Integer | db_document_co.id | Corresponding checkout ID |
release | Integer | Â | Release number of this checkin |
revision | Integer | Â | Revision number of this checkin |
ci_by | Integer | db_person.id | User who checked this in |
comments | String | Â | Comments for this checkin |
file_id | Integer | db_fs_file.id | File that was checked in |