Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

create table t_payment(

rcpt_no int(8) primary key,


billno varchar(15) not null,
billtype varchar(20) not null,
amount decimal(8,2) not null,
paid_amount decimal (8,2) not null,
bank varchar(30) not null,
inst_type varchar(20) not null,
inst_no varchar(20) not null ,
payby_dt date not null,
paid_dt date not null,
delay int(6) not null,
int_chargeable varchar(6) not null,
status varchar(20) not null,
remark varchar(40),
extra1 varchar(10),
extra2 varchar(10),
extra3 varchar(10)
)

create table t_nextbill_amount(


flatid int(5) not null,
flatno varchar(10) not null,

status ->INCLEARING,
CREDITED, NOTCREDITED
https://in.godaddy.com/community/Plesk-Hosting/PHPMailer-smtp-mail-sending-error/
td-p/155996

You might also like