8889841chome/clixcotz/mars.clix.co.tz/database/migrations/2023_05_24_094403_dispatchjob.php000066600000001761150515202300023316 0ustar00id(); $table->string('clients_id', 65); $table->string('dispatch_date', 65); $table->string('checkout', 65); $table->string('narration', 65); $table->string('custom_desc', 65); $table->string('custom_check', 65); $table->string('custom_narration', 65); $table->string('dispatch_note', 125); $table->string('dispatchCreator'); $table->timestamps(); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::dropIfExists('dispatchjob'); } }