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