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 template_data.sql file is good for small data entries. When larger (more columns) occur it's tough to manage. Moving to a JSON structure can help simplify this and also allow for easy mass updates of certain types of data.
The current
template_data.sqlfile is good for small data entries. When larger (more columns) occur it's tough to manage. Moving to a JSON structure can help simplify this and also allow for easy mass updates of certain types of data.