This commit is contained in:
R
2026-04-01 02:07:07 +07:00
parent 5bf5a05698
commit 31b0a7811b

View File

@@ -14,7 +14,7 @@ return new class extends Migration
public function up()
{
Schema::table('drugs', function (Blueprint $table) {
$table->string('unit')->nullable()->after('generic_name');
// $table->string('unit')->nullable()->after('generic_name');
});
}