Closed BrianHGrant closed 7 years ago
I'll fix this!
@BrianHGrant, converted the fma column to integer in the fma_api_rollup table. Let me know if you need anything else.
@sky-t ,The fma.fma column needs to be changed to integer as well, causing an error when doing a join.
Sorry bout that. Check it again.
So I believe the fma number (fma column) in these tables is saved as a char field. As such if someone searches for fma 1 vs fma 01 , they will be returned "not found". Can we change these to number fields so the leading 0 will not affect searches?