CREATE database IF NOT EXISTS project_hotel ; use project_hotel ; CREATE TABLE IF NOT EXISTS kamar ( nomor_kamar int(11) DEFAULT NULL, id_kamar_tipe varchar(20) DEFAULT NULL, max_dewasa int(11) DEFAULT NULL, max_anak int(11) DEFAULT NULL, status_kamar varchar(50) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; CREATE TABLE IF NOT EXISTS kamar_tipe ( id int(11) DEFAULT NULL, nama_kamar_tipe varchar(50) DEFAULT NULL, harga_malam double(10,2) DEFAULT NULL, harga_orang double(10,2) DEFAULT NULL,...
Hello marshalecha The project is not having the database creation script. Can you please upload the database creation script . my email: electron.dg@gmail.com
I have the same problem, my email is: falecom@tecalerta.com.br
No database creation script.
I have the same probem, my email is tactu@msn.com
Hello marshalecha The project is not having the database creation script. Can you...