void ulidMorphs(String name, {bool nullable = false}) { _addMorphs(name, nullable: nullable, keyType: MorphKeyType.ulid); }