My friend want me to create a database system for his inventory system to save the products, sale, expense and loans. Now i want to create the database in drizzle orm and sqlite. I have just one question will create separate table for loan or add the isLoan column to the sale table.