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
Run the app by providing 2 env variables - DB_USERNAME and DB_PASSWORD for postgres db connection. Make sure test DB exists in postgres.
In first run it'll create test table with columns id, col1 and col2.
Now if you add another column col3 (of any type) in entites/test.ts Typeorm Entity and restart the app, a new columns will not be added in DB table event though synchronize=true is set in connection.