Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
programer
Posting Yak Master
221 Posts |
Posted - 2011-12-29 : 03:28:57
|
Hello,I have three tablestbl_PaymentType:ID, UserId,...tbl_PaymentDetails:ID, PaymentTypeId, ...tbl_transactionsID, Amount,etc...Now i created table tbl_depositwithdrawal for relationship table tbl_PaymentType.ID and tbl_transaction.ID .With this link to the transactions table and the table for the payment method.The table tbl_depositwithdrawal create a new column "IsWithdrawal" or for withdrawal i create new table tbl_withdrawal ?Like this:ID int Unchecked primarykeyPaymentTypeID int CheckedTransactionID int CheckedIsWithdrawal bit CheckedPending bit CheckedRegards, |
|
X002548
Not Just a Number
15586 Posts |
|
|
|
|