@override String get command => ''' INSERT INTO ${table.name} ${table.colIdentifierForInsert} VALUES ${mapper.values} ''';