Hotfix
This commit is contained in:
@@ -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');
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user