소스 검색

マイグレーション 微修正

develop
sosuke.iwabuchi 2 년 전
부모
커밋
c0a8bf73e9
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. +0
    -2
      database/migrations/2023_08_22_100200_add_column_contracts_contract_code.php

+ 0
- 2
database/migrations/2023_08_22_100200_add_column_contracts_contract_code.php 파일 보기

@@ -34,8 +34,6 @@ return new class extends Migration
Schema::table('contracts', function (Blueprint $table) {
$helper = new MigrationHelper($table);
$table->dropColumn("contract_code");

$helper->dropIndex(1);
});
Schema::table('contract_histories', function (Blueprint $table) {
$table->dropColumn("contract_code");


Loading…
취소
저장