Table Schema - eggnet/fixinducingchanges GitHub Wiki
This page describes the result table of this project which is to be inserted into the database along with all the resulting records.
This table contains all the result records. It stores commit IDs which are believed to be bugs along with the commit ID which is believed to be a fix for that bug.
Column | Type | Modifiers |
bug | varchar(255) | |
fix | varchar(255) |