Warning: mysql_query() expects parameter 2 to be resource, object given in /home/otomotif/public_html/sipade/_utility/lz_trans_pay_refresh_table.php on line 36
create table otomotif_omc.lz_trans_pay (
seq_no int unsigned not null,
periode_date date not null,
trans_date date not null,
nomor_pesanan varchar (20) not null,
jumlah double unsigned not null,
status char(1) not null
)
Warning: mysql_query() expects parameter 2 to be resource, object given in /home/otomotif/public_html/sipade/_utility/lz_trans_pay_refresh_table.php on line 45
create UNIQUE index index_1 on otomotif_omc.lz_trans_pay (
seq_no)