You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current code of JSONToMySQL assumes that the keys of a parent pass to a child however the key of a parent could be different of the child. For example:
Table A (Key A+B)
Table B: Child of A (Key C), (A+B are referenced fields to table A)
Table C: Child of B (Key C+D) --> Here fields A+B does not exists however JSONToMySQL assumes that they are.
The text was updated successfully, but these errors were encountered:
The current code of JSONToMySQL assumes that the keys of a parent pass to a child however the key of a parent could be different of the child. For example:
Table A (Key A+B)
Table B: Child of A (Key C), (A+B are referenced fields to table A)
Table C: Child of B (Key C+D) --> Here fields A+B does not exists however JSONToMySQL assumes that they are.
The text was updated successfully, but these errors were encountered: