Make SchedulerBackend.create_task_type work with only a subset of keys
Not all keys are mandatory, so do not expect all the possible keys for the
task_type table to be given when calling create_task_type().
Note: no validation is made whether the given set of keys fullfill the table
constraints.