common.dev_requests

Field Type Null Default Key Extra Comment
dev_id int(11) unsigned NO PRI auto_increment
dev_submitted_usr_id int(11) unsigned NO 0
dev_assigned_usr_id int(11) unsigned NO 0
dev_priority tinyint(3) unsigned NO 0
dev_status tinyint(3) unsigned NO 0
dev_type tinyint(3) unsigned NO 0
dev_summary varchar(255) NO
dev_description text NO
dev_product int(10) unsigned NO
dev_component varchar(255) NO
dev_dvr_id int(11) NO MUL
dev_dvf_id int(11) NO MUL
dev_date_closed timestamp YES CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP
dev_link tinyint(1) NO 0
dev_starred char(1) YES 0
dev_jira_id varchar(16) NO
dev_modified timestamp YES CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP
dev_created timestamp YES CURRENT_TIMESTAMP

References

Local Column References
dev_id
TableColumn
common.dev_req_test_procdtp_dev_id
common.dev_requests_notesdvn_dev_id
common.dev_requests_screencastsdrs_dev_id
common.dev_requests_urlsdru_dev_id
common.dev_requests_votesdvt_dev_id