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
I see that we have some migration files, have we documented how our data will be structures, what data is essential, and where it will be stored (server, client, cloud, hybrid)?
The text was updated successfully, but these errors were encountered:
IMO it's better to keep application data on the server and avoid anything more complicated like s3 or cloud storage. A database like MySQL on the server would suffice.
That's why I used ent to generate migrations. We can add other fields to the User struct later. Like some info about the jam user is currently in or some other related stuff.
I see that we have some migration files, have we documented how our data will be structures, what data is essential, and where it will be stored (server, client, cloud, hybrid)?
The text was updated successfully, but these errors were encountered: