Garrick Chippendale
10/15/2021, 11:35 PMuser model which has wallet_balance(int) and `bank_balance(int)`and I want to have a generated column saying total_balance = wallet_balance + bank_balance?Ryan
10/18/2021, 5:21 AM.sql file using --create-only and then apply the migration. The schema.prisma file won’t be able to show you that at the moment.