data class Key
Key used for caching insert statements by Database.
Key(table: Table, columns: List<Column<*>>)