I have a database for orders but the problem is i have different types of orders like back orders,sales orders,purchase orders.
my question is do i need seperate tables for each type or would it be easier putting them all in one table with an extra column saying which type of order it is.