Warning: mysql_query() expects parameter 2 to be resource, null given in /home/otomotif/public_html/sipade/_utility/branch_refresh_table.php on line 15
Warning: mysql_query() expects parameter 2 to be resource, null given in /home/otomotif/public_html/sipade/_utility/branch_refresh_table.php on line 16
drop table if exists .branch
Warning: mysql_query() expects parameter 2 to be resource, null given in /home/otomotif/public_html/sipade/_utility/branch_refresh_table.php on line 43
create table .branch (
branch_code char(20) not null,
branch_name varchar (30) not null,
branch_company_name varchar (30) not null,
branch_address_1 varchar (40) not null,
branch_address_2 varchar (40) not null,
branch_address_3 varchar (40) not null,
branch_city varchar (20) not null,
branch_zip varchar (10) not null,
branch_country varchar (20) not null,
branch_phone varchar (40) not null,
branch_fax varchar (20) not null,
branch_email varchar (30) not null,
branch_bill_note_bottom varchar (40) not null,
status_code char (1) not null
)
Warning: mysql_query() expects parameter 2 to be resource, null given in /home/otomotif/public_html/sipade/_utility/branch_refresh_table.php on line 52
create UNIQUE index index_1 on .branch (
branch_code)