Làm cách nào để thay đổi tên bảng trong laravel?

Thông thường khi cần đổi tên bảng bạn sẽ đổi thủ công. Bạn cũng có thể thay đổi bảng bằng cách sử dụng di chuyển

Lược đồ. đổi tên($currentTableName, $newTableName);

Nếu bạn muốn xóa một bảng hiện có, hãy thêm mã bên dưới vào phần di chuyển. Nếu bạn có chỉ mục khóa ngoại

Trong một số trường hợp bạn cần thay đổi tên bảng, lý do có thể khác. Một thay đổi như vậy là mở rộng logic của một bảng. Trước đây, một bảng chỉ phục vụ một số mục đích nhất định, nhưng theo thời gian, nó sẽ được sử dụng nhiều hơn

Trong hướng dẫn này, chúng tôi sẽ sử dụng bảng đa hình

# Dump the current database schema and prune all existing migrations...

php artisan schema:dump --prune

26 , đóng vai trò là lớp kiểm soát chất lượng (QC) trong logic nghiệp vụ, cho các loại công việc khác nhau (thực thể trong logic dự án). Trong mỗi công việc, các mô-đun khác nhau được sử dụng, chẳng hạn như đơn đặt hàng, ước tính, v.v.

Cấu trúc của bảng

INT entity_id
STRING entity_type
INT user_id

Vào chế độ toàn màn hình Thoát chế độ toàn màn hình

Theo thời gian, một số module bắt đầu mở rộng và nhu cầu thêm QC cho module đơn hàng. Có một bảng sẵn sàng, chúng tôi đã sử dụng nó. Nhưng nó sai tên. Bởi vì trước đó nó chứa các thực thể khác

Đổi tên bảng bằng cách di chuyển

Nhờ di chuyển, chúng tôi có thể thay đổi bảng và không gây nhầm lẫn cho các nhà phát triển với tên bảng không chính xác

public function up()
{
    Schema::rename('job_quality_controls', 'quality_control_entities');
}

Vào chế độ toàn màn hình Thoát chế độ toàn màn hình

Nếu bạn có các chỉ mục trong bảng, chúng sẽ có tên cũ. Để khắc phục điều này, bạn cần xóa và tạo lại chỉ mục

Trong bài đăng này, chúng tôi sẽ cung cấp cho bạn thông tin về Cách thay đổi tên bảng bằng cách sử dụng Laravel Migration?. Nghe này, chúng tôi sẽ cung cấp cho bạn chi tiết về Cách thay đổi tên bảng bằng cách sử dụng Laravel Migration? Và cách sử dụng nó cũng cung cấp cho bạn bản demo cho nó nếu cần thiết

Chào mọi người,

Hôm nay, tôi sẽ cho bạn biết ví dụ về tên bảng đổi tên di chuyển trong laravel. đó là ví dụ đơn giản về thay đổi tên bảng trong quá trình di chuyển laravel. tôi đã giải thích đơn giản về việc thay đổi tên bảng bằng cách sử dụng laravel di chuyển. tôi đã giải thích đơn giản từng bước đổi tên bảng trong quá trình di chuyển laravel. Bạn chỉ cần thực hiện một số bước để hoàn thành việc thay đổi tên bảng trong quá trình di chuyển laravel

Chúng ta có thể dễ dàng đổi tên bảng bằng phương pháp đổi tên Schema. Vì vậy, hãy xem cú pháp dưới đây và ví dụ như dưới đây

cú pháp

Schema::rename('old_table_name', 'new_table_name');

Thí dụ

Xem thêm. Làm cách nào để xóa cột khỏi bảng trong Laravel Migration?

use IlluminateSupportFacadesSchema;

use IlluminateDatabaseSchemaBlueprint;

use IlluminateDatabaseMigrationsMigration;

class ChangePostsTableName extends Migration

{

/**

* Run the migrations.

*

* @return void

*/

public function up()

{

Schema::rename('posts', 'articales');

}

/**

* Reverse the migrations.

*

* @return void

*/

public function down()

{

}

}

Tôi hy vọng nó có thể giúp bạn…

Hy vọng mã và bài đăng này sẽ giúp bạn triển khai Cách thay đổi tên bảng bằng cách sử dụng Laravel Migration?. nếu bạn cần bất kỳ trợ giúp hoặc bất kỳ phản hồi nào, hãy đưa ra trong phần bình luận hoặc bạn có ý tưởng hay về bài đăng này, bạn có thể đưa ra phần bình luận. Nhận xét của bạn sẽ giúp chúng tôi giúp bạn nhiều hơn và cải thiện chúng tôi. chúng tôi cũng sẽ cung cấp cho bạn loại bài đăng thú vị hơn này trong phần nổi bật, Để có bài đăng và mã thú vị hơn Hãy tiếp tục đọc blog của chúng tôi

Di chuyển giống như kiểm soát phiên bản cho cơ sở dữ liệu của bạn, cho phép nhóm của bạn xác định và chia sẻ định nghĩa lược đồ cơ sở dữ liệu của ứng dụng. Nếu bạn đã từng phải yêu cầu đồng đội thêm một cột vào lược đồ cơ sở dữ liệu cục bộ của họ theo cách thủ công sau khi lấy các thay đổi của bạn từ kiểm soát nguồn, thì bạn đã gặp phải vấn đề mà việc di chuyển cơ sở dữ liệu giải quyết được

Mặt tiền

# Dump the current database schema and prune all existing migrations...

php artisan schema:dump --prune

09 của Laravel cung cấp hỗ trợ cơ sở dữ liệu bất khả tri để tạo và thao tác các bảng trên tất cả các hệ thống cơ sở dữ liệu được hỗ trợ của Laravel. Thông thường, quá trình di chuyển sẽ sử dụng mặt tiền này để tạo và sửa đổi các bảng và cột cơ sở dữ liệu

Tạo Migration

Bạn có thể sử dụng lệnh Artisan

# Dump the current database schema and prune all existing migrations...

php artisan schema:dump --prune

10 để tạo di chuyển cơ sở dữ liệu. Di chuyển mới sẽ được đặt trong thư mục

# Dump the current database schema and prune all existing migrations...

php artisan schema:dump --prune

11 của bạn. Mỗi tên tệp di chuyển chứa dấu thời gian cho phép Laravel xác định thứ tự di chuyển

php artisan make:migration create_flights_table

Laravel sẽ sử dụng tên của quá trình di chuyển để cố gắng đoán tên của bảng và liệu quá trình di chuyển có tạo ra một bảng mới hay không. Nếu Laravel có thể xác định tên bảng từ tên di chuyển, Laravel sẽ điền trước vào tệp di chuyển đã tạo với bảng đã chỉ định. Nếu không, bạn chỉ cần chỉ định bảng trong tệp di chuyển theo cách thủ công

Nếu bạn muốn chỉ định đường dẫn tùy chỉnh cho quá trình di chuyển đã tạo, bạn có thể sử dụng tùy chọn

# Dump the current database schema and prune all existing migrations...

php artisan schema:dump --prune

12 khi thực hiện lệnh

# Dump the current database schema and prune all existing migrations...

php artisan schema:dump --prune

10. Đường dẫn đã cho phải liên quan đến đường dẫn cơ sở của ứng dụng của bạn

Lưu ý
Sơ khai di chuyển có thể được tùy chỉnh bằng cách xuất bản sơ khai.

Di chuyển đè bẹp

Khi bạn xây dựng ứng dụng của mình, bạn có thể tích lũy ngày càng nhiều lần di chuyển theo thời gian. Điều này có thể dẫn đến thư mục

# Dump the current database schema and prune all existing migrations...

php artisan schema:dump --prune

11 của bạn trở nên cồng kềnh với hàng trăm lần di chuyển. Nếu muốn, bạn có thể "bóp" các lần di chuyển của mình thành một tệp SQL duy nhất. Để bắt đầu, hãy thực hiện lệnh

# Dump the current database schema and prune all existing migrations...

php artisan schema:dump --prune

15

# Dump the current database schema and prune all existing migrations...

php artisan schema:dump --prune

Khi bạn thực hiện lệnh này, Laravel sẽ ghi một tệp "lược đồ" vào thư mục

# Dump the current database schema and prune all existing migrations...

php artisan schema:dump --prune

16 của ứng dụng của bạn. Tên của tệp lược đồ sẽ tương ứng với kết nối cơ sở dữ liệu. Bây giờ, khi bạn cố gắng di chuyển cơ sở dữ liệu của mình và không có quá trình di chuyển nào khác được thực thi, trước tiên Laravel sẽ thực thi các câu lệnh SQL của tệp lược đồ của kết nối cơ sở dữ liệu mà bạn đang sử dụng. Sau khi thực thi các câu lệnh của tệp lược đồ, Laravel sẽ thực hiện mọi di chuyển còn lại không phải là một phần của kết xuất lược đồ

Nếu các thử nghiệm của ứng dụng của bạn sử dụng kết nối cơ sở dữ liệu khác với kết nối cơ sở dữ liệu bạn thường sử dụng trong quá trình phát triển cục bộ, thì bạn nên đảm bảo rằng bạn đã kết xuất tệp lược đồ bằng kết nối cơ sở dữ liệu đó để các thử nghiệm của bạn có thể xây dựng cơ sở dữ liệu của bạn. Bạn có thể muốn làm điều này sau khi kết xuất kết nối cơ sở dữ liệu mà bạn thường sử dụng trong quá trình phát triển cục bộ

public function up()
{
    Schema::rename('job_quality_controls', 'quality_control_entities');
}
4

Bạn nên cam kết tệp lược đồ cơ sở dữ liệu của mình để kiểm soát nguồn để các nhà phát triển mới khác trong nhóm của bạn có thể nhanh chóng tạo cấu trúc cơ sở dữ liệu ban đầu của ứng dụng của bạn

Cảnh báo
Tính năng nén di chuyển chỉ khả dụng cho cơ sở dữ liệu MySQL, PostgreSQL và SQLite và sử dụng ứng dụng khách dòng lệnh của cơ sở dữ liệu. Kết xuất lược đồ có thể không được khôi phục vào cơ sở dữ liệu SQLite trong bộ nhớ.

Cơ cấu di cư

Một lớp di chuyển chứa hai phương thức.

# Dump the current database schema and prune all existing migrations...

php artisan schema:dump --prune

17 và

# Dump the current database schema and prune all existing migrations...

php artisan schema:dump --prune

18. Phương thức

# Dump the current database schema and prune all existing migrations...

php artisan schema:dump --prune

17 được sử dụng để thêm các bảng, cột hoặc chỉ mục mới vào cơ sở dữ liệu của bạn, trong khi phương thức

# Dump the current database schema and prune all existing migrations...

php artisan schema:dump --prune

18 sẽ đảo ngược các hoạt động được thực hiện bởi phương thức

# Dump the current database schema and prune all existing migrations...

php artisan schema:dump --prune

17

Trong cả hai phương pháp này, bạn có thể sử dụng trình tạo lược đồ Laravel để tạo và sửa đổi các bảng một cách rõ ràng. Để tìm hiểu về tất cả các phương pháp có sẵn trên trình tạo

# Dump the current database schema and prune all existing migrations...

php artisan schema:dump --prune

09, hãy xem tài liệu của nó. Ví dụ: quá trình di chuyển sau đây tạo bảng

# Dump the current database schema and prune all existing migrations...

php artisan schema:dump --prune

23

Schema::rename('old_table_name', 'new_table_name');

2

Đặt kết nối di chuyển

Nếu quá trình di chuyển của bạn sẽ tương tác với một kết nối cơ sở dữ liệu khác với kết nối cơ sở dữ liệu mặc định của ứng dụng, thì bạn nên đặt thuộc tính

# Dump the current database schema and prune all existing migrations...

php artisan schema:dump --prune

24 cho quá trình di chuyển của mình

Schema::rename('old_table_name', 'new_table_name');

4

Di chuyển đang chạy

Để chạy tất cả các lần di chuyển chưa hoàn thành của bạn, hãy thực hiện lệnh Artisan

# Dump the current database schema and prune all existing migrations...

php artisan schema:dump --prune

25

Nếu bạn muốn xem những lần di chuyển nào đã chạy cho đến nay, bạn có thể sử dụng lệnh Artisan

# Dump the current database schema and prune all existing migrations...

php artisan schema:dump --prune

26

Nếu bạn muốn xem các câu lệnh SQL sẽ được thực thi bởi quá trình di chuyển mà không thực sự chạy chúng, bạn có thể cung cấp cờ

# Dump the current database schema and prune all existing migrations...

php artisan schema:dump --prune

27 cho lệnh

# Dump the current database schema and prune all existing migrations...

php artisan schema:dump --prune

25

Schema::rename('old_table_name', 'new_table_name');

9

Cô lập thực hiện Migration

Nếu bạn đang triển khai ứng dụng của mình trên nhiều máy chủ và chạy di chuyển như một phần của quy trình triển khai, bạn có thể không muốn hai máy chủ cố gắng di chuyển cơ sở dữ liệu cùng một lúc. Để tránh điều này, bạn có thể sử dụng tùy chọn

# Dump the current database schema and prune all existing migrations...

php artisan schema:dump --prune

29 khi gọi lệnh

# Dump the current database schema and prune all existing migrations...

php artisan schema:dump --prune

25

Khi tùy chọn

# Dump the current database schema and prune all existing migrations...

php artisan schema:dump --prune

29 được cung cấp, Laravel sẽ nhận được một khóa nguyên tử bằng cách sử dụng trình điều khiển bộ nhớ cache của ứng dụng của bạn trước khi thử chạy quá trình di chuyển của bạn. Tất cả các nỗ lực khác để chạy lệnh

# Dump the current database schema and prune all existing migrations...

php artisan schema:dump --prune

25 trong khi khóa đó được giữ sẽ không thực thi;

use IlluminateSupportFacadesSchema;

use IlluminateDatabaseSchemaBlueprint;

use IlluminateDatabaseMigrationsMigration;

class ChangePostsTableName extends Migration

{

/**

* Run the migrations.

*

* @return void

*/

public function up()

{

Schema::rename('posts', 'articales');

}

/**

* Reverse the migrations.

*

* @return void

*/

public function down()

{

}

}

4

Cảnh báo Để sử dụng tính năng này, ứng dụng của bạn phải đang sử dụng trình điều khiển bộ nhớ đệm

# Dump the current database schema and prune all existing migrations...

php artisan schema:dump --prune

33,

# Dump the current database schema and prune all existing migrations...

php artisan schema:dump --prune

34,

# Dump the current database schema and prune all existing migrations...

php artisan schema:dump --prune

35,

# Dump the current database schema and prune all existing migrations...

php artisan schema:dump --prune

36,

# Dump the current database schema and prune all existing migrations...

php artisan schema:dump --prune

37 hoặc

# Dump the current database schema and prune all existing migrations...

php artisan schema:dump --prune

38 làm trình điều khiển bộ nhớ đệm mặc định cho ứng dụng của bạn. Ngoài ra, tất cả các máy chủ phải giao tiếp với cùng một máy chủ bộ đệm trung tâm

Buộc di chuyển để chạy trong sản xuất

Một số thao tác di chuyển mang tính phá hoại, có nghĩa là chúng có thể khiến bạn mất dữ liệu. Để bảo vệ bạn khỏi việc chạy các lệnh này đối với cơ sở dữ liệu sản xuất của mình, bạn sẽ được nhắc xác nhận trước khi các lệnh được thực thi. Để buộc các lệnh chạy mà không có dấu nhắc, hãy sử dụng cờ

# Dump the current database schema and prune all existing migrations...

php artisan schema:dump --prune

39

Quay lại di chuyển

Để khôi phục hoạt động di chuyển mới nhất, bạn có thể sử dụng lệnh Artisan

# Dump the current database schema and prune all existing migrations...

php artisan schema:dump --prune

40. Lệnh này khôi phục "đợt" di chuyển cuối cùng, có thể bao gồm nhiều tệp di chuyển

# Dump the current database schema and prune all existing migrations...

php artisan schema:dump --prune

3

Bạn có thể khôi phục một số lần di chuyển hạn chế bằng cách cung cấp tùy chọn

# Dump the current database schema and prune all existing migrations...

php artisan schema:dump --prune

41 cho lệnh

# Dump the current database schema and prune all existing migrations...

php artisan schema:dump --prune

40. Ví dụ: lệnh sau sẽ khôi phục năm lần di chuyển cuối cùng

# Dump the current database schema and prune all existing migrations...

php artisan schema:dump --prune

6

Lệnh

# Dump the current database schema and prune all existing migrations...

php artisan schema:dump --prune

43 sẽ khôi phục tất cả các lần di chuyển của ứng dụng của bạn

Quay lại & Di chuyển bằng một lệnh duy nhất

Lệnh

# Dump the current database schema and prune all existing migrations...

php artisan schema:dump --prune

44 sẽ khôi phục tất cả các lần di chuyển của bạn và sau đó thực hiện lệnh

# Dump the current database schema and prune all existing migrations...

php artisan schema:dump --prune

25. Lệnh này tạo lại toàn bộ cơ sở dữ liệu của bạn một cách hiệu quả

# Dump the current database schema and prune all existing migrations...

php artisan schema:dump --prune

0

Bạn có thể quay lại và di chuyển lại một số lần di chuyển hạn chế bằng cách cung cấp tùy chọn

# Dump the current database schema and prune all existing migrations...

php artisan schema:dump --prune

41 cho lệnh

# Dump the current database schema and prune all existing migrations...

php artisan schema:dump --prune

47. Ví dụ: lệnh sau sẽ khôi phục và di chuyển lại năm lần di chuyển cuối cùng

# Dump the current database schema and prune all existing migrations...

php artisan schema:dump --prune

0

Bỏ tất cả các bảng và di chuyển

Lệnh

# Dump the current database schema and prune all existing migrations...

php artisan schema:dump --prune

48 sẽ loại bỏ tất cả các bảng khỏi cơ sở dữ liệu và sau đó thực hiện lệnh

# Dump the current database schema and prune all existing migrations...

php artisan schema:dump --prune

25

# Dump the current database schema and prune all existing migrations...

php artisan schema:dump --prune

1

Cảnh báo
Lệnh

# Dump the current database schema and prune all existing migrations...

php artisan schema:dump --prune

48 sẽ loại bỏ tất cả các bảng cơ sở dữ liệu bất kể tiền tố của chúng là gì. Cần thận trọng khi sử dụng lệnh này khi phát triển trên cơ sở dữ liệu được chia sẻ với các ứng dụng khác.

Những cái bàn

Tạo bảng

Để tạo một bảng cơ sở dữ liệu mới, hãy sử dụng phương pháp

# Dump the current database schema and prune all existing migrations...

php artisan schema:dump --prune

51 trên mặt tiền

# Dump the current database schema and prune all existing migrations...

php artisan schema:dump --prune

09. Phương thức

# Dump the current database schema and prune all existing migrations...

php artisan schema:dump --prune

51 chấp nhận hai đối số. cái đầu tiên là tên của bảng, trong khi cái thứ hai là một bao đóng nhận một đối tượng

# Dump the current database schema and prune all existing migrations...

php artisan schema:dump --prune

54 có thể được sử dụng để xác định bảng mới

# Dump the current database schema and prune all existing migrations...

php artisan schema:dump --prune

2

Khi tạo bảng, bạn có thể sử dụng bất kỳ phương thức cột nào của trình tạo lược đồ để xác định các cột của bảng

Kiểm tra sự tồn tại của bảng/cột

Bạn có thể kiểm tra sự tồn tại của một bảng hoặc cột bằng phương pháp

# Dump the current database schema and prune all existing migrations...

php artisan schema:dump --prune

55 và

# Dump the current database schema and prune all existing migrations...

php artisan schema:dump --prune

56

# Dump the current database schema and prune all existing migrations...

php artisan schema:dump --prune

3

Kết nối cơ sở dữ liệu & Tùy chọn bảng

Nếu bạn muốn thực hiện thao tác lược đồ trên kết nối cơ sở dữ liệu không phải là kết nối mặc định của ứng dụng của bạn, hãy sử dụng phương thức

# Dump the current database schema and prune all existing migrations...

php artisan schema:dump --prune

57

# Dump the current database schema and prune all existing migrations...

php artisan schema:dump --prune

4

Ngoài ra, một vài thuộc tính và phương thức khác có thể được sử dụng để xác định các khía cạnh khác của việc tạo bảng. Thuộc tính

# Dump the current database schema and prune all existing migrations...

php artisan schema:dump --prune

58 có thể được sử dụng để chỉ định công cụ lưu trữ của bảng khi sử dụng MySQL

# Dump the current database schema and prune all existing migrations...

php artisan schema:dump --prune

5

Các thuộc tính

# Dump the current database schema and prune all existing migrations...

php artisan schema:dump --prune

59 và

# Dump the current database schema and prune all existing migrations...

php artisan schema:dump --prune

60 có thể được sử dụng để chỉ định bộ ký tự và đối chiếu cho bảng đã tạo khi sử dụng MySQL

# Dump the current database schema and prune all existing migrations...

php artisan schema:dump --prune

6

Phương pháp

# Dump the current database schema and prune all existing migrations...

php artisan schema:dump --prune

61 có thể được sử dụng để chỉ ra rằng bảng phải là "tạm thời". Các bảng tạm thời chỉ hiển thị với phiên cơ sở dữ liệu của kết nối hiện tại và tự động bị hủy khi đóng kết nối

# Dump the current database schema and prune all existing migrations...

php artisan schema:dump --prune

7

Nếu bạn muốn thêm một "bình luận" vào một bảng cơ sở dữ liệu, bạn có thể gọi phương thức

# Dump the current database schema and prune all existing migrations...

php artisan schema:dump --prune

62 trên thể hiện của bảng. Nhận xét bảng hiện chỉ được hỗ trợ bởi MySQL và Postgres

# Dump the current database schema and prune all existing migrations...

php artisan schema:dump --prune

8

Cập nhật bảng

Phương pháp

# Dump the current database schema and prune all existing migrations...

php artisan schema:dump --prune

63 trên mặt tiền

# Dump the current database schema and prune all existing migrations...

php artisan schema:dump --prune

09 có thể được sử dụng để cập nhật các bảng hiện có. Giống như phương thức

# Dump the current database schema and prune all existing migrations...

php artisan schema:dump --prune

51, phương thức

# Dump the current database schema and prune all existing migrations...

php artisan schema:dump --prune

63 chấp nhận hai đối số. tên của bảng và một bao đóng nhận một phiên bản

# Dump the current database schema and prune all existing migrations...

php artisan schema:dump --prune

54 mà bạn có thể sử dụng để thêm các cột hoặc chỉ mục vào bảng

# Dump the current database schema and prune all existing migrations...

php artisan schema:dump --prune

9

Đổi tên/xóa bảng

Để đổi tên một bảng cơ sở dữ liệu hiện có, hãy sử dụng phương pháp

# Dump the current database schema and prune all existing migrations...

php artisan schema:dump --prune

68

public function up()
{
    Schema::rename('job_quality_controls', 'quality_control_entities');
}
40

Để xóa một bảng hiện có, bạn có thể sử dụng các phương thức

# Dump the current database schema and prune all existing migrations...

php artisan schema:dump --prune

69 hoặc

# Dump the current database schema and prune all existing migrations...

php artisan schema:dump --prune

70

public function up()
{
    Schema::rename('job_quality_controls', 'quality_control_entities');
}
41

Đổi tên bảng bằng khóa ngoại

Trước khi đổi tên bảng, bạn nên xác minh rằng bất kỳ ràng buộc khóa ngoại nào trên bảng đều có tên rõ ràng trong tệp di chuyển của bạn thay vì để Laravel gán tên dựa trên quy ước. Mặt khác, tên ràng buộc khóa ngoại sẽ tham chiếu đến tên bảng cũ

Cột

Tạo cột

Phương pháp

# Dump the current database schema and prune all existing migrations...

php artisan schema:dump --prune

63 trên mặt tiền

# Dump the current database schema and prune all existing migrations...

php artisan schema:dump --prune

09 có thể được sử dụng để cập nhật các bảng hiện có. Giống như phương thức

# Dump the current database schema and prune all existing migrations...

php artisan schema:dump --prune

51, phương thức

# Dump the current database schema and prune all existing migrations...

php artisan schema:dump --prune

63 chấp nhận hai đối số. tên của bảng và một bao đóng nhận một phiên bản

# Dump the current database schema and prune all existing migrations...

php artisan schema:dump --prune

75 mà bạn có thể sử dụng để thêm các cột vào bảng

# Dump the current database schema and prune all existing migrations...

php artisan schema:dump --prune

9

Các loại cột có sẵn

Kế hoạch chi tiết của trình tạo lược đồ cung cấp nhiều phương pháp tương ứng với các loại cột khác nhau mà bạn có thể thêm vào bảng cơ sở dữ liệu của mình. Mỗi phương pháp có sẵn được liệt kê trong bảng dưới đây

# Dump the current database schema and prune all existing migrations...

php artisan schema:dump --prune

76

Phương thức

# Dump the current database schema and prune all existing migrations...

php artisan schema:dump --prune

77 tạo cột tương đương

# Dump the current database schema and prune all existing migrations...

php artisan schema:dump --prune

78 (khóa chính) tăng tự động

public function up()
{
    Schema::rename('job_quality_controls', 'quality_control_entities');
}
43

# Dump the current database schema and prune all existing migrations...

php artisan schema:dump --prune

79

Phương thức

# Dump the current database schema and prune all existing migrations...

php artisan schema:dump --prune

80 tạo cột tương đương

# Dump the current database schema and prune all existing migrations...

php artisan schema:dump --prune

81

public function up()
{
    Schema::rename('job_quality_controls', 'quality_control_entities');
}
44

# Dump the current database schema and prune all existing migrations...

php artisan schema:dump --prune

82

Phương thức

# Dump the current database schema and prune all existing migrations...

php artisan schema:dump --prune

83 tạo cột tương đương

# Dump the current database schema and prune all existing migrations...

php artisan schema:dump --prune

84

# Dump the current database schema and prune all existing migrations...

php artisan schema:dump --prune

85

Phương thức

# Dump the current database schema and prune all existing migrations...

php artisan schema:dump --prune

86 tạo cột tương đương

# Dump the current database schema and prune all existing migrations...

php artisan schema:dump --prune

87

public function up()
{
    Schema::rename('job_quality_controls', 'quality_control_entities');
}
45

# Dump the current database schema and prune all existing migrations...

php artisan schema:dump --prune

88

Phương thức

# Dump the current database schema and prune all existing migrations...

php artisan schema:dump --prune

89 tạo cột tương đương

# Dump the current database schema and prune all existing migrations...

php artisan schema:dump --prune

90 với độ dài cho trước

public function up()
{
    Schema::rename('job_quality_controls', 'quality_control_entities');
}
46

# Dump the current database schema and prune all existing migrations...

php artisan schema:dump --prune

91

Phương thức

# Dump the current database schema and prune all existing migrations...

php artisan schema:dump --prune

92 tạo cột tương đương

# Dump the current database schema and prune all existing migrations...

php artisan schema:dump --prune

93 (với múi giờ) với độ chính xác tùy chọn (tổng số)

public function up()
{
    Schema::rename('job_quality_controls', 'quality_control_entities');
}
47

# Dump the current database schema and prune all existing migrations...

php artisan schema:dump --prune

94

Phương thức

# Dump the current database schema and prune all existing migrations...

php artisan schema:dump --prune

95 tạo cột tương đương

# Dump the current database schema and prune all existing migrations...

php artisan schema:dump --prune

93 với độ chính xác tùy chọn (tổng số)

public function up()
{
    Schema::rename('job_quality_controls', 'quality_control_entities');
}
48

# Dump the current database schema and prune all existing migrations...

php artisan schema:dump --prune

97

Phương thức

# Dump the current database schema and prune all existing migrations...

php artisan schema:dump --prune

98 tạo cột tương đương

# Dump the current database schema and prune all existing migrations...

php artisan schema:dump --prune

99

public function up()
{
    Schema::rename('job_quality_controls', 'quality_control_entities');
}
49

public function up()
{
    Schema::rename('job_quality_controls', 'quality_control_entities');
}
400

Phương thức

public function up()
{
    Schema::rename('job_quality_controls', 'quality_control_entities');
}
401 tạo cột tương đương
public function up()
{
    Schema::rename('job_quality_controls', 'quality_control_entities');
}
402 với độ chính xác (tổng số) và tỷ lệ (chữ số thập phân) đã cho

Schema::rename('old_table_name', 'new_table_name');

20

public function up()
{
    Schema::rename('job_quality_controls', 'quality_control_entities');
}
403

Phương thức

public function up()
{
    Schema::rename('job_quality_controls', 'quality_control_entities');
}
404 tạo một cột tương đương
public function up()
{
    Schema::rename('job_quality_controls', 'quality_control_entities');
}
405 với độ chính xác (tổng số) và tỷ lệ (chữ số thập phân) đã cho

Schema::rename('old_table_name', 'new_table_name');

21

public function up()
{
    Schema::rename('job_quality_controls', 'quality_control_entities');
}
406

Phương thức

public function up()
{
    Schema::rename('job_quality_controls', 'quality_control_entities');
}
407 tạo một cột tương đương
public function up()
{
    Schema::rename('job_quality_controls', 'quality_control_entities');
}
408 với các giá trị hợp lệ đã cho

Schema::rename('old_table_name', 'new_table_name');

22

public function up()
{
    Schema::rename('job_quality_controls', 'quality_control_entities');
}
409

Phương thức

public function up()
{
    Schema::rename('job_quality_controls', 'quality_control_entities');
}
410 tạo một cột tương đương
public function up()
{
    Schema::rename('job_quality_controls', 'quality_control_entities');
}
411 với độ chính xác (tổng số) và tỷ lệ (chữ số thập phân) đã cho

Schema::rename('old_table_name', 'new_table_name');

23

public function up()
{
    Schema::rename('job_quality_controls', 'quality_control_entities');
}
412

Phương thức

public function up()
{
    Schema::rename('job_quality_controls', 'quality_control_entities');
}
413 tạo cột tương đương

# Dump the current database schema and prune all existing migrations...

php artisan schema:dump --prune

78

Schema::rename('old_table_name', 'new_table_name');

24

public function up()
{
    Schema::rename('job_quality_controls', 'quality_control_entities');
}
415

Phương thức

public function up()
{
    Schema::rename('job_quality_controls', 'quality_control_entities');
}
416 thêm một cột tương đương
public function up()
{
    Schema::rename('job_quality_controls', 'quality_control_entities');
}
417 cho một lớp mô hình nhất định

Schema::rename('old_table_name', 'new_table_name');

25

public function up()
{
    Schema::rename('job_quality_controls', 'quality_control_entities');
}
418

Phương thức

public function up()
{
    Schema::rename('job_quality_controls', 'quality_control_entities');
}
419 tạo cột tương đương
public function up()
{
    Schema::rename('job_quality_controls', 'quality_control_entities');
}
420

Schema::rename('old_table_name', 'new_table_name');

26

public function up()
{
    Schema::rename('job_quality_controls', 'quality_control_entities');
}
421

Phương thức

public function up()
{
    Schema::rename('job_quality_controls', 'quality_control_entities');
}
422 tạo cột tương đương
public function up()
{
    Schema::rename('job_quality_controls', 'quality_control_entities');
}
423

Schema::rename('old_table_name', 'new_table_name');

27

public function up()
{
    Schema::rename('job_quality_controls', 'quality_control_entities');
}
424

Phương thức

public function up()
{
    Schema::rename('job_quality_controls', 'quality_control_entities');
}
425 tạo cột tương đương
public function up()
{
    Schema::rename('job_quality_controls', 'quality_control_entities');
}
426

Schema::rename('old_table_name', 'new_table_name');

28

public function up()
{
    Schema::rename('job_quality_controls', 'quality_control_entities');
}
427

Phương thức

public function up()
{
    Schema::rename('job_quality_controls', 'quality_control_entities');
}
428 tạo cột tương đương
public function up()
{
    Schema::rename('job_quality_controls', 'quality_control_entities');
}
429

Schema::rename('old_table_name', 'new_table_name');

29

public function up()
{
    Schema::rename('job_quality_controls', 'quality_control_entities');
}
430

Phương thức

public function up()
{
    Schema::rename('job_quality_controls', 'quality_control_entities');
}
431 là bí danh của phương thức

# Dump the current database schema and prune all existing migrations...

php artisan schema:dump --prune

77. Theo mặc định, phương thức sẽ tạo một cột
public function up()
{
    Schema::rename('job_quality_controls', 'quality_control_entities');
}
431;

public function up()
{
    Schema::rename('job_quality_controls', 'quality_control_entities');
}
434

Phương thức

public function up()
{
    Schema::rename('job_quality_controls', 'quality_control_entities');
}
435 tạo cột tương đương
public function up()
{
    Schema::rename('job_quality_controls', 'quality_control_entities');
}
436 tăng tự động làm khóa chính

Schema::rename('old_table_name', 'new_table_name');

40

public function up()
{
    Schema::rename('job_quality_controls', 'quality_control_entities');
}
437

Phương thức

public function up()
{
    Schema::rename('job_quality_controls', 'quality_control_entities');
}
438 tạo cột tương đương
public function up()
{
    Schema::rename('job_quality_controls', 'quality_control_entities');
}
439

Schema::rename('old_table_name', 'new_table_name');

41

public function up()
{
    Schema::rename('job_quality_controls', 'quality_control_entities');
}
440

Phương thức

public function up()
{
    Schema::rename('job_quality_controls', 'quality_control_entities');
}
441 tạo cột tương đương
public function up()
{
    Schema::rename('job_quality_controls', 'quality_control_entities');
}
442

Schema::rename('old_table_name', 'new_table_name');

42

public function up()
{
    Schema::rename('job_quality_controls', 'quality_control_entities');
}
443

Phương thức

public function up()
{
    Schema::rename('job_quality_controls', 'quality_control_entities');
}
444 tạo cột tương đương
public function up()
{
    Schema::rename('job_quality_controls', 'quality_control_entities');
}
445

public function up()
{
    Schema::rename('job_quality_controls', 'quality_control_entities');
}
446

Phương thức

public function up()
{
    Schema::rename('job_quality_controls', 'quality_control_entities');
}
447 tạo cột tương đương
public function up()
{
    Schema::rename('job_quality_controls', 'quality_control_entities');
}
448

Schema::rename('old_table_name', 'new_table_name');

43

public function up()
{
    Schema::rename('job_quality_controls', 'quality_control_entities');
}
449

Phương thức

public function up()
{
    Schema::rename('job_quality_controls', 'quality_control_entities');
}
450 tạo cột tương đương
public function up()
{
    Schema::rename('job_quality_controls', 'quality_control_entities');
}
451

Schema::rename('old_table_name', 'new_table_name');

44

public function up()
{
    Schema::rename('job_quality_controls', 'quality_control_entities');
}
452

Phương thức

public function up()
{
    Schema::rename('job_quality_controls', 'quality_control_entities');
}
453 tạo cột tương đương
public function up()
{
    Schema::rename('job_quality_controls', 'quality_control_entities');
}
454

Schema::rename('old_table_name', 'new_table_name');

45

public function up()
{
    Schema::rename('job_quality_controls', 'quality_control_entities');
}
455

Phương thức

public function up()
{
    Schema::rename('job_quality_controls', 'quality_control_entities');
}
456 tạo một cột nhằm chứa địa chỉ MAC. Một số hệ thống cơ sở dữ liệu, chẳng hạn như PostgreSQL, có một loại cột dành riêng cho loại dữ liệu này. Các hệ thống cơ sở dữ liệu khác sẽ sử dụng một cột tương đương chuỗi

Schema::rename('old_table_name', 'new_table_name');

46

public function up()
{
    Schema::rename('job_quality_controls', 'quality_control_entities');
}
457

Phương thức

public function up()
{
    Schema::rename('job_quality_controls', 'quality_control_entities');
}
458 tạo cột tương đương
public function up()
{
    Schema::rename('job_quality_controls', 'quality_control_entities');
}
459 tăng tự động làm khóa chính

Schema::rename('old_table_name', 'new_table_name');

47

public function up()
{
    Schema::rename('job_quality_controls', 'quality_control_entities');
}
460

Phương thức

public function up()
{
    Schema::rename('job_quality_controls', 'quality_control_entities');
}
461 tạo cột tương đương
public function up()
{
    Schema::rename('job_quality_controls', 'quality_control_entities');
}
462

Schema::rename('old_table_name', 'new_table_name');

48

public function up()
{
    Schema::rename('job_quality_controls', 'quality_control_entities');
}
463

Phương thức

public function up()
{
    Schema::rename('job_quality_controls', 'quality_control_entities');
}
464 tạo cột tương đương
public function up()
{
    Schema::rename('job_quality_controls', 'quality_control_entities');
}
465

Schema::rename('old_table_name', 'new_table_name');

49

public function up()
{
    Schema::rename('job_quality_controls', 'quality_control_entities');
}
466

Phương pháp

public function up()
{
    Schema::rename('job_quality_controls', 'quality_control_entities');
}
467 là một phương pháp thuận tiện có thêm cột tương đương
public function up()
{
    Schema::rename('job_quality_controls', 'quality_control_entities');
}
468

# Dump the current database schema and prune all existing migrations...

php artisan schema:dump --prune

78 và cột tương đương
public function up()
{
    Schema::rename('job_quality_controls', 'quality_control_entities');
}
470
public function up()
{
    Schema::rename('job_quality_controls', 'quality_control_entities');
}
442

Phương pháp này nhằm mục đích sử dụng khi xác định các cột cần thiết cho mối quan hệ Eloquent đa hình. Trong ví dụ sau, các cột

public function up()
{
    Schema::rename('job_quality_controls', 'quality_control_entities');
}
472 và
public function up()
{
    Schema::rename('job_quality_controls', 'quality_control_entities');
}
473 sẽ được tạo

Schema::rename('old_table_name', 'new_table_name');

90

public function up()
{
    Schema::rename('job_quality_controls', 'quality_control_entities');
}
474

Phương thức

public function up()
{
    Schema::rename('job_quality_controls', 'quality_control_entities');
}
475 tạo cột tương đương
public function up()
{
    Schema::rename('job_quality_controls', 'quality_control_entities');
}
476

Schema::rename('old_table_name', 'new_table_name');

91

public function up()
{
    Schema::rename('job_quality_controls', 'quality_control_entities');
}
477

Phương thức

public function up()
{
    Schema::rename('job_quality_controls', 'quality_control_entities');
}
478 tạo cột tương đương
public function up()
{
    Schema::rename('job_quality_controls', 'quality_control_entities');
}
479

Schema::rename('old_table_name', 'new_table_name');

92

public function up()
{
    Schema::rename('job_quality_controls', 'quality_control_entities');
}
480

Phương thức

public function up()
{
    Schema::rename('job_quality_controls', 'quality_control_entities');
}
481 tạo cột tương đương
public function up()
{
    Schema::rename('job_quality_controls', 'quality_control_entities');
}
482

Schema::rename('old_table_name', 'new_table_name');

93

public function up()
{
    Schema::rename('job_quality_controls', 'quality_control_entities');
}
483

Phương thức

public function up()
{
    Schema::rename('job_quality_controls', 'quality_control_entities');
}
484 là bí danh của phương thức dấu thời gian

Schema::rename('old_table_name', 'new_table_name');

94

public function up()
{
    Schema::rename('job_quality_controls', 'quality_control_entities');
}
485

Phương pháp này tương tự như phương pháp biến hình;

Schema::rename('old_table_name', 'new_table_name');

95

public function up()
{
    Schema::rename('job_quality_controls', 'quality_control_entities');
}
486

Phương pháp này tương tự như phương pháp ulidMorphs;

Schema::rename('old_table_name', 'new_table_name');

96

public function up()
{
    Schema::rename('job_quality_controls', 'quality_control_entities');
}
487

Phương pháp này tương tự như phương pháp uuidMorphs;

Schema::rename('old_table_name', 'new_table_name');

97

public function up()
{
    Schema::rename('job_quality_controls', 'quality_control_entities');
}
488

Phương thức

public function up()
{
    Schema::rename('job_quality_controls', 'quality_control_entities');
}
489 tạo cột tương đương
public function up()
{
    Schema::rename('job_quality_controls', 'quality_control_entities');
}
490

Schema::rename('old_table_name', 'new_table_name');

98

public function up()
{
    Schema::rename('job_quality_controls', 'quality_control_entities');
}
491

Phương thức

public function up()
{
    Schema::rename('job_quality_controls', 'quality_control_entities');
}
492 tạo cột tương đương
public function up()
{
    Schema::rename('job_quality_controls', 'quality_control_entities');
}
493

Schema::rename('old_table_name', 'new_table_name');

99

public function up()
{
    Schema::rename('job_quality_controls', 'quality_control_entities');
}
494

Phương thức

public function up()
{
    Schema::rename('job_quality_controls', 'quality_control_entities');
}
495 tạo một cột tương đương
public function up()
{
    Schema::rename('job_quality_controls', 'quality_control_entities');
}
496, nullable nhằm mục đích lưu trữ mã thông báo xác thực "nhớ tôi" hiện tại

public function up()
{
    Schema::rename('job_quality_controls', 'quality_control_entities');
}
497

Phương thức

public function up()
{
    Schema::rename('job_quality_controls', 'quality_control_entities');
}
498 tạo một cột tương đương
public function up()
{
    Schema::rename('job_quality_controls', 'quality_control_entities');
}
499 với danh sách các giá trị hợp lệ đã cho

use IlluminateSupportFacadesSchema;

use IlluminateDatabaseSchemaBlueprint;

use IlluminateDatabaseMigrationsMigration;

class ChangePostsTableName extends Migration

{

/**

* Run the migrations.

*

* @return void

*/

public function up()

{

Schema::rename('posts', 'articales');

}

/**

* Reverse the migrations.

*

* @return void

*/

public function down()

{

}

}

40

Schema::rename('old_table_name', 'new_table_name');

200

Phương thức

Schema::rename('old_table_name', 'new_table_name');

201 tạo cột tương đương

Schema::rename('old_table_name', 'new_table_name');

202 tăng tự động làm khóa chính

use IlluminateSupportFacadesSchema;

use IlluminateDatabaseSchemaBlueprint;

use IlluminateDatabaseMigrationsMigration;

class ChangePostsTableName extends Migration

{

/**

* Run the migrations.

*

* @return void

*/

public function up()

{

Schema::rename('posts', 'articales');

}

/**

* Reverse the migrations.

*

* @return void

*/

public function down()

{

}

}

41

Schema::rename('old_table_name', 'new_table_name');

203

Phương thức

Schema::rename('old_table_name', 'new_table_name');

204 tạo cột tương đương

Schema::rename('old_table_name', 'new_table_name');

205

use IlluminateSupportFacadesSchema;

use IlluminateDatabaseSchemaBlueprint;

use IlluminateDatabaseMigrationsMigration;

class ChangePostsTableName extends Migration

{

/**

* Run the migrations.

*

* @return void

*/

public function up()

{

Schema::rename('posts', 'articales');

}

/**

* Reverse the migrations.

*

* @return void

*/

public function down()

{

}

}

42

Schema::rename('old_table_name', 'new_table_name');

206

Phương thức

Schema::rename('old_table_name', 'new_table_name');

207 thêm một cột tương đương

Schema::rename('old_table_name', 'new_table_name');

208

Schema::rename('old_table_name', 'new_table_name');

209 (với múi giờ) nullable với độ chính xác tùy chọn (tổng số). Cột này nhằm lưu trữ dấu thời gian

Schema::rename('old_table_name', 'new_table_name');

208 cần thiết cho chức năng "xóa mềm" của Eloquent

use IlluminateSupportFacadesSchema;

use IlluminateDatabaseSchemaBlueprint;

use IlluminateDatabaseMigrationsMigration;

class ChangePostsTableName extends Migration

{

/**

* Run the migrations.

*

* @return void

*/

public function up()

{

Schema::rename('posts', 'articales');

}

/**

* Reverse the migrations.

*

* @return void

*/

public function down()

{

}

}

43

Schema::rename('old_table_name', 'new_table_name');

211

Phương thức

Schema::rename('old_table_name', 'new_table_name');

212 thêm một cột tương đương

Schema::rename('old_table_name', 'new_table_name');

208

Schema::rename('old_table_name', 'new_table_name');

209 có thể null với độ chính xác tùy chọn (tổng số). Cột này nhằm lưu trữ dấu thời gian

Schema::rename('old_table_name', 'new_table_name');

208 cần thiết cho chức năng "xóa mềm" của Eloquent

use IlluminateSupportFacadesSchema;

use IlluminateDatabaseSchemaBlueprint;

use IlluminateDatabaseMigrationsMigration;

class ChangePostsTableName extends Migration

{

/**

* Run the migrations.

*

* @return void

*/

public function up()

{

Schema::rename('posts', 'articales');

}

/**

* Reverse the migrations.

*

* @return void

*/

public function down()

{

}

}

44

Schema::rename('old_table_name', 'new_table_name');

216

Phương thức

Schema::rename('old_table_name', 'new_table_name');

217 tạo cột tương đương
public function up()
{
    Schema::rename('job_quality_controls', 'quality_control_entities');
}
442 có độ dài đã cho

use IlluminateSupportFacadesSchema;

use IlluminateDatabaseSchemaBlueprint;

use IlluminateDatabaseMigrationsMigration;

class ChangePostsTableName extends Migration

{

/**

* Run the migrations.

*

* @return void

*/

public function up()

{

Schema::rename('posts', 'articales');

}

/**

* Reverse the migrations.

*

* @return void

*/

public function down()

{

}

}

45

Schema::rename('old_table_name', 'new_table_name');

219

Phương thức

Schema::rename('old_table_name', 'new_table_name');

220 tạo cột tương đương

Schema::rename('old_table_name', 'new_table_name');

221

use IlluminateSupportFacadesSchema;

use IlluminateDatabaseSchemaBlueprint;

use IlluminateDatabaseMigrationsMigration;

class ChangePostsTableName extends Migration

{

/**

* Run the migrations.

*

* @return void

*/

public function up()

{

Schema::rename('posts', 'articales');

}

/**

* Reverse the migrations.

*

* @return void

*/

public function down()

{

}

}

46

Schema::rename('old_table_name', 'new_table_name');

222

Phương thức

Schema::rename('old_table_name', 'new_table_name');

223 tạo cột tương đương

Schema::rename('old_table_name', 'new_table_name');

224 (với múi giờ) với độ chính xác tùy chọn (tổng số)

use IlluminateSupportFacadesSchema;

use IlluminateDatabaseSchemaBlueprint;

use IlluminateDatabaseMigrationsMigration;

class ChangePostsTableName extends Migration

{

/**

* Run the migrations.

*

* @return void

*/

public function up()

{

Schema::rename('posts', 'articales');

}

/**

* Reverse the migrations.

*

* @return void

*/

public function down()

{

}

}

47

Schema::rename('old_table_name', 'new_table_name');

225

Phương thức

Schema::rename('old_table_name', 'new_table_name');

226 tạo cột tương đương

Schema::rename('old_table_name', 'new_table_name');

224 với độ chính xác tùy chọn (tổng số)

use IlluminateSupportFacadesSchema;

use IlluminateDatabaseSchemaBlueprint;

use IlluminateDatabaseMigrationsMigration;

class ChangePostsTableName extends Migration

{

/**

* Run the migrations.

*

* @return void

*/

public function up()

{

Schema::rename('posts', 'articales');

}

/**

* Reverse the migrations.

*

* @return void

*/

public function down()

{

}

}

48

Schema::rename('old_table_name', 'new_table_name');

228

Phương thức

Schema::rename('old_table_name', 'new_table_name');

229 tạo cột tương đương

Schema::rename('old_table_name', 'new_table_name');

209 (với múi giờ) với độ chính xác tùy chọn (tổng số)

use IlluminateSupportFacadesSchema;

use IlluminateDatabaseSchemaBlueprint;

use IlluminateDatabaseMigrationsMigration;

class ChangePostsTableName extends Migration

{

/**

* Run the migrations.

*

* @return void

*/

public function up()

{

Schema::rename('posts', 'articales');

}

/**

* Reverse the migrations.

*

* @return void

*/

public function down()

{

}

}

49

Schema::rename('old_table_name', 'new_table_name');

231

Phương thức

Schema::rename('old_table_name', 'new_table_name');

232 tạo cột tương đương

Schema::rename('old_table_name', 'new_table_name');

209 với độ chính xác tùy chọn (tổng số)

# Dump the current database schema and prune all existing migrations...

php artisan schema:dump --prune

30

Schema::rename('old_table_name', 'new_table_name');

234

Phương thức

Schema::rename('old_table_name', 'new_table_name');

235 tạo các cột tương đương

Schema::rename('old_table_name', 'new_table_name');

236 và

Schema::rename('old_table_name', 'new_table_name');

237

Schema::rename('old_table_name', 'new_table_name');

209 (với múi giờ) với độ chính xác tùy chọn (tổng số)

# Dump the current database schema and prune all existing migrations...

php artisan schema:dump --prune

31

Schema::rename('old_table_name', 'new_table_name');

239

Phương pháp

Schema::rename('old_table_name', 'new_table_name');

240 tạo các cột tương đương

Schema::rename('old_table_name', 'new_table_name');

236 và

Schema::rename('old_table_name', 'new_table_name');

237

Schema::rename('old_table_name', 'new_table_name');

209 với độ chính xác tùy chọn (tổng số)

# Dump the current database schema and prune all existing migrations...

php artisan schema:dump --prune

32

Schema::rename('old_table_name', 'new_table_name');

244

Phương thức

Schema::rename('old_table_name', 'new_table_name');

245 tạo cột tương đương

Schema::rename('old_table_name', 'new_table_name');

246 tăng tự động làm khóa chính

# Dump the current database schema and prune all existing migrations...

php artisan schema:dump --prune

33

Schema::rename('old_table_name', 'new_table_name');

247

Phương thức

Schema::rename('old_table_name', 'new_table_name');

248 tạo cột tương đương

Schema::rename('old_table_name', 'new_table_name');

249

# Dump the current database schema and prune all existing migrations...

php artisan schema:dump --prune

34

Schema::rename('old_table_name', 'new_table_name');

250

Phương thức

Schema::rename('old_table_name', 'new_table_name');

251 tạo cột tương đương

Schema::rename('old_table_name', 'new_table_name');

252

# Dump the current database schema and prune all existing migrations...

php artisan schema:dump --prune

35

Schema::rename('old_table_name', 'new_table_name');

253

Phương thức

Schema::rename('old_table_name', 'new_table_name');

254 tạo cột tương đương

# Dump the current database schema and prune all existing migrations...

php artisan schema:dump --prune

78

# Dump the current database schema and prune all existing migrations...

php artisan schema:dump --prune

36

Schema::rename('old_table_name', 'new_table_name');

256

Phương thức

Schema::rename('old_table_name', 'new_table_name');

257 tạo cột tương đương

Schema::rename('old_table_name', 'new_table_name');

258 với độ chính xác tùy chọn (tổng số) và tỷ lệ (chữ số thập phân)

# Dump the current database schema and prune all existing migrations...

php artisan schema:dump --prune

37

Schema::rename('old_table_name', 'new_table_name');

259

Phương thức

Schema::rename('old_table_name', 'new_table_name');

260 tạo cột tương đương
public function up()
{
    Schema::rename('job_quality_controls', 'quality_control_entities');
}
436

# Dump the current database schema and prune all existing migrations...

php artisan schema:dump --prune

38

Schema::rename('old_table_name', 'new_table_name');

262

Phương thức

Schema::rename('old_table_name', 'new_table_name');

263 tạo cột tương đương
public function up()
{
    Schema::rename('job_quality_controls', 'quality_control_entities');
}
459

# Dump the current database schema and prune all existing migrations...

php artisan schema:dump --prune

39

Schema::rename('old_table_name', 'new_table_name');

265

Phương thức

Schema::rename('old_table_name', 'new_table_name');

266 tạo cột tương đương

Schema::rename('old_table_name', 'new_table_name');

202

# Dump the current database schema and prune all existing migrations...

php artisan schema:dump --prune

60

Schema::rename('old_table_name', 'new_table_name');

268

Phương thức

Schema::rename('old_table_name', 'new_table_name');

269 tạo cột tương đương

Schema::rename('old_table_name', 'new_table_name');

246

# Dump the current database schema and prune all existing migrations...

php artisan schema:dump --prune

61

Schema::rename('old_table_name', 'new_table_name');

271

Phương pháp

Schema::rename('old_table_name', 'new_table_name');

272 là một phương pháp thuận tiện có thêm cột tương đương
public function up()
{
    Schema::rename('job_quality_controls', 'quality_control_entities');
}
468

Schema::rename('old_table_name', 'new_table_name');

274 và cột tương đương
public function up()
{
    Schema::rename('job_quality_controls', 'quality_control_entities');
}
470
public function up()
{
    Schema::rename('job_quality_controls', 'quality_control_entities');
}
442

Phương pháp này nhằm mục đích sử dụng khi xác định các cột cần thiết cho mối quan hệ Eloquent đa hình sử dụng mã định danh ULID. Trong ví dụ sau, các cột

public function up()
{
    Schema::rename('job_quality_controls', 'quality_control_entities');
}
472 và
public function up()
{
    Schema::rename('job_quality_controls', 'quality_control_entities');
}
473 sẽ được tạo

# Dump the current database schema and prune all existing migrations...

php artisan schema:dump --prune

62

Schema::rename('old_table_name', 'new_table_name');

279

Phương pháp

Schema::rename('old_table_name', 'new_table_name');

280 là một phương pháp thuận tiện có thêm cột tương đương
public function up()
{
    Schema::rename('job_quality_controls', 'quality_control_entities');
}
468

Schema::rename('old_table_name', 'new_table_name');

282 và cột tương đương
public function up()
{
    Schema::rename('job_quality_controls', 'quality_control_entities');
}
470
public function up()
{
    Schema::rename('job_quality_controls', 'quality_control_entities');
}
442

Phương pháp này được thiết kế để sử dụng khi xác định các cột cần thiết cho mối quan hệ Eloquent đa hình sử dụng mã định danh UUID. Trong ví dụ sau, các cột

public function up()
{
    Schema::rename('job_quality_controls', 'quality_control_entities');
}
472 và
public function up()
{
    Schema::rename('job_quality_controls', 'quality_control_entities');
}
473 sẽ được tạo

# Dump the current database schema and prune all existing migrations...

php artisan schema:dump --prune

63

Schema::rename('old_table_name', 'new_table_name');

287

Phương thức

Schema::rename('old_table_name', 'new_table_name');

288 tạo cột tương đương
public function up()
{
    Schema::rename('job_quality_controls', 'quality_control_entities');
}
420

Schema::rename('old_table_name', 'new_table_name');

290

Phương thức

Schema::rename('old_table_name', 'new_table_name');

291 tạo cột tương đương
public function up()
{
    Schema::rename('job_quality_controls', 'quality_control_entities');
}
423

Schema::rename('old_table_name', 'new_table_name');

293

Phương thức

Schema::rename('old_table_name', 'new_table_name');

294 tạo cột tương đương

Schema::rename('old_table_name', 'new_table_name');

295

# Dump the current database schema and prune all existing migrations...

php artisan schema:dump --prune

64

Công cụ sửa đổi cột

Ngoài các loại cột được liệt kê ở trên, có một số "công cụ sửa đổi" cột mà bạn có thể sử dụng khi thêm một cột vào bảng cơ sở dữ liệu. Ví dụ: để tạo cột "nullable", bạn có thể sử dụng phương thức

Schema::rename('old_table_name', 'new_table_name');

296

# Dump the current database schema and prune all existing migrations...

php artisan schema:dump --prune

65

Bảng sau chứa tất cả các công cụ sửa đổi cột có sẵn. Danh sách này không bao gồm công cụ sửa đổi chỉ mục

Công cụ sửa đổi Mô tả

Schema::rename('old_table_name', 'new_table_name');

297Đặt cột "sau" một cột khác (MySQL).

Schema::rename('old_table_name', 'new_table_name');

298Đặt cột INTEGER làm tăng tự động (khóa chính).

Schema::rename('old_table_name', 'new_table_name');

299Chỉ định bộ ký tự cho cột (MySQL).

Schema::rename('old_table_name', 'new_table_name');

400Chỉ định đối chiếu cho cột (MySQL/PostgreSQL/SQL Server).

Schema::rename('old_table_name', 'new_table_name');

401Thêm nhận xét vào cột (MySQL/PostgreSQL).

Schema::rename('old_table_name', 'new_table_name');

402Chỉ định giá trị "mặc định" cho cột.

Schema::rename('old_table_name', 'new_table_name');

403Đặt cột "đầu tiên" trong bảng (MySQL).

Schema::rename('old_table_name', 'new_table_name');

404Đặt giá trị bắt đầu của trường tăng tự động (MySQL/PostgreSQL).

Schema::rename('old_table_name', 'new_table_name');

405Tạo cột "ẩn" cho truy vấn

Schema::rename('old_table_name', 'new_table_name');

406 (MySQL).

Schema::rename('old_table_name', 'new_table_name');

407Cho phép chèn giá trị NULL vào cột.

Schema::rename('old_table_name', 'new_table_name');

408Tạo cột đã tạo được lưu trữ (MySQL/PostgreSQL).

Schema::rename('old_table_name', 'new_table_name');

409Đặt các cột INTEGER là UNSIGNED (MySQL).

Schema::rename('old_table_name', 'new_table_name');

410Đặt cột DẤU THỜI GIAN để sử dụng CURRENT_TIMESTAMP làm giá trị mặc định.

Schema::rename('old_table_name', 'new_table_name');

411Đặt cột DẤU THỜI GIAN để sử dụng CURRENT_TIMESTAMP khi bản ghi được cập nhật.

Schema::rename('old_table_name', 'new_table_name');

412Tạo cột được tạo ảo (MySQL).

Schema::rename('old_table_name', 'new_table_name');

413Tạo cột nhận dạng với các tùy chọn trình tự được chỉ định (PostgreSQL).

Schema::rename('old_table_name', 'new_table_name');

414Xác định mức độ ưu tiên của các giá trị chuỗi so với đầu vào cho một cột nhận dạng (PostgreSQL).

Schema::rename('old_table_name', 'new_table_name');

415Đặt loại cột không gian thành
public function up()
{
    Schema::rename('job_quality_controls', 'quality_control_entities');
}
428 - loại mặc định là

Schema::rename('old_table_name', 'new_table_name');

417 (PostgreSQL)

Biểu thức mặc định

Công cụ sửa đổi

Schema::rename('old_table_name', 'new_table_name');

418 chấp nhận một giá trị hoặc một thể hiện

Schema::rename('old_table_name', 'new_table_name');

419. Sử dụng phiên bản

Schema::rename('old_table_name', 'new_table_name');

420 sẽ ngăn Laravel gói giá trị trong dấu ngoặc kép và cho phép bạn sử dụng các chức năng cụ thể của cơ sở dữ liệu. Một tình huống mà điều này đặc biệt hữu ích là khi bạn cần gán các giá trị mặc định cho các cột JSON

# Dump the current database schema and prune all existing migrations...

php artisan schema:dump --prune

66

Cảnh báo
Hỗ trợ cho các biểu thức mặc định tùy thuộc vào trình điều khiển cơ sở dữ liệu, phiên bản cơ sở dữ liệu và loại trường của bạn. Vui lòng tham khảo tài liệu cơ sở dữ liệu của bạn. Ngoài ra, không thể kết hợp các biểu thức

Schema::rename('old_table_name', 'new_table_name');

418 thô (sử dụng

Schema::rename('old_table_name', 'new_table_name');

422) với các thay đổi cột thông qua phương thức

Schema::rename('old_table_name', 'new_table_name');

423.

Thứ tự cột

Khi sử dụng cơ sở dữ liệu MySQL, phương pháp

Schema::rename('old_table_name', 'new_table_name');

424 có thể được sử dụng để thêm các cột sau một cột hiện có trong lược đồ

# Dump the current database schema and prune all existing migrations...

php artisan schema:dump --prune

67

Sửa đổi cột

điều kiện tiên quyết

Trước khi sửa đổi một cột, bạn phải cài đặt gói

Schema::rename('old_table_name', 'new_table_name');

425 bằng trình quản lý gói Composer. Thư viện Doctrine DBAL được sử dụng để xác định trạng thái hiện tại của cột và tạo các truy vấn SQL cần thiết để thực hiện các thay đổi được yêu cầu đối với cột của bạn

# Dump the current database schema and prune all existing migrations...

php artisan schema:dump --prune

68

Nếu bạn dự định sửa đổi các cột được tạo bằng phương pháp

Schema::rename('old_table_name', 'new_table_name');

232, bạn cũng phải thêm cấu hình sau vào tệp cấu hình

Schema::rename('old_table_name', 'new_table_name');

427 của ứng dụng của mình

# Dump the current database schema and prune all existing migrations...

php artisan schema:dump --prune

69

Cảnh báo
Nếu ứng dụng của bạn đang sử dụng Microsoft SQL Server, vui lòng đảm bảo rằng bạn đã cài đặt

Schema::rename('old_table_name', 'new_table_name');

428.

Cập nhật thuộc tính cột

Phương pháp

Schema::rename('old_table_name', 'new_table_name');

423 cho phép bạn sửa đổi loại và thuộc tính của các cột hiện có. Ví dụ: bạn có thể muốn tăng kích thước của cột

Schema::rename('old_table_name', 'new_table_name');

217. Để xem phương pháp

Schema::rename('old_table_name', 'new_table_name');

423 đang hoạt động, hãy tăng kích thước của cột

Schema::rename('old_table_name', 'new_table_name');

432 từ 25 lên 50. Để thực hiện điều này, chúng ta chỉ cần xác định trạng thái mới của cột và sau đó gọi phương thức

Schema::rename('old_table_name', 'new_table_name');

423

# Dump the current database schema and prune all existing migrations...

php artisan schema:dump --prune

00

Chúng tôi cũng có thể sửa đổi một cột thành nullable

# Dump the current database schema and prune all existing migrations...

php artisan schema:dump --prune

01

Cảnh báo
Có thể sửa đổi các loại cột sau.

# Dump the current database schema and prune all existing migrations...

php artisan schema:dump --prune

80,

# Dump the current database schema and prune all existing migrations...

php artisan schema:dump --prune

83,

# Dump the current database schema and prune all existing migrations...

php artisan schema:dump --prune

86,

# Dump the current database schema and prune all existing migrations...

php artisan schema:dump --prune

89,

# Dump the current database schema and prune all existing migrations...

php artisan schema:dump --prune

98,

# Dump the current database schema and prune all existing migrations...

php artisan schema:dump --prune

95,

# Dump the current database schema and prune all existing migrations...

php artisan schema:dump --prune

92,
public function up()
{
    Schema::rename('job_quality_controls', 'quality_control_entities');
}
401,
public function up()
{
    Schema::rename('job_quality_controls', 'quality_control_entities');
}
404,
public function up()
{
    Schema::rename('job_quality_controls', 'quality_control_entities');
}
438,
public function up()
{
    Schema::rename('job_quality_controls', 'quality_control_entities');
}
444,
public function up()
{
    Schema::rename('job_quality_controls', 'quality_control_entities');
}
453,
public function up()
{
    Schema::rename('job_quality_controls', 'quality_control_entities');
}
464,

Schema::rename('old_table_name', 'new_table_name');

204,

Schema::rename('old_table_name', 'new_table_name');

217,

Schema::rename('old_table_name', 'new_table_name');

220,

Schema::rename('old_table_name', 'new_table_name');

226,

Schema::rename('old_table_name', 'new_table_name');

251,

Schema::rename('old_table_name', 'new_table_name');

254,

Schema::rename('old_table_name', 'new_table_name');

260,

Schema::rename('old_table_name', 'new_table_name');

266, và

Schema::rename('old_table_name', 'new_table_name');

291. Để sửa đổi loại cột

Schema::rename('old_table_name', 'new_table_name');

232, loại Doctrine phải được đăng ký.

Đổi tên cột

Để đổi tên cột, bạn có thể sử dụng phương pháp

Schema::rename('old_table_name', 'new_table_name');

457 do trình tạo lược đồ cung cấp

# Dump the current database schema and prune all existing migrations...

php artisan schema:dump --prune

02

Đổi tên cột trên cơ sở dữ liệu kế thừa

Nếu bạn đang chạy cài đặt cơ sở dữ liệu cũ hơn một trong các bản phát hành sau, bạn nên đảm bảo rằng bạn đã cài đặt thư viện

Schema::rename('old_table_name', 'new_table_name');

425 thông qua trình quản lý gói Composer trước khi đổi tên cột

  • MySQL <

    Schema::rename('old_table_name', 'new_table_name');

    459
  • MariaDB <

    Schema::rename('old_table_name', 'new_table_name');

    460
  • SQLite <

    Schema::rename('old_table_name', 'new_table_name');

    461

thả cột

Để thả một cột, bạn có thể sử dụng phương pháp

Schema::rename('old_table_name', 'new_table_name');

462 trên trình tạo lược đồ

# Dump the current database schema and prune all existing migrations...

php artisan schema:dump --prune

03

Bạn có thể loại bỏ nhiều cột khỏi một bảng bằng cách chuyển một mảng tên cột cho phương thức

Schema::rename('old_table_name', 'new_table_name');

462

# Dump the current database schema and prune all existing migrations...

php artisan schema:dump --prune

04

Bỏ cột trên cơ sở dữ liệu kế thừa

Nếu bạn đang chạy phiên bản SQLite trước

Schema::rename('old_table_name', 'new_table_name');

464, bạn phải cài đặt gói

Schema::rename('old_table_name', 'new_table_name');

425 thông qua trình quản lý gói Composer trước khi có thể sử dụng phương thức

Schema::rename('old_table_name', 'new_table_name');

462. Việc loại bỏ hoặc sửa đổi nhiều cột trong một lần di chuyển trong khi sử dụng gói này không được hỗ trợ

Bí danh lệnh có sẵn

Laravel cung cấp một số phương thức thuận tiện liên quan đến việc loại bỏ các loại cột phổ biến. Mỗi phương pháp này được mô tả trong bảng dưới đây

CommandDescription

Schema::rename('old_table_name', 'new_table_name');

467Thả cột

Schema::rename('old_table_name', 'new_table_name');

468 và

Schema::rename('old_table_name', 'new_table_name');

469.

Schema::rename('old_table_name', 'new_table_name');

470Thả cột

Schema::rename('old_table_name', 'new_table_name');

471.

Schema::rename('old_table_name', 'new_table_name');

472Thả cột

Schema::rename('old_table_name', 'new_table_name');

208.

Schema::rename('old_table_name', 'new_table_name');

474Bí danh của phương thức

Schema::rename('old_table_name', 'new_table_name');

475.

Schema::rename('old_table_name', 'new_table_name');

476Thả cột

Schema::rename('old_table_name', 'new_table_name');

236 và

Schema::rename('old_table_name', 'new_table_name');

237.

Schema::rename('old_table_name', 'new_table_name');

479Bí danh của phương thức

Schema::rename('old_table_name', 'new_table_name');

480

chỉ số

Tạo chỉ mục

Trình tạo lược đồ Laravel hỗ trợ một số loại chỉ mục. Ví dụ sau tạo một cột

Schema::rename('old_table_name', 'new_table_name');

481 mới và chỉ định rằng các giá trị của nó phải là duy nhất. Để tạo chỉ mục, chúng ta có thể xâu chuỗi phương thức

Schema::rename('old_table_name', 'new_table_name');

482 vào định nghĩa cột

# Dump the current database schema and prune all existing migrations...

php artisan schema:dump --prune

05

Ngoài ra, bạn có thể tạo chỉ mục sau khi xác định cột. Để làm như vậy, bạn nên gọi phương thức

Schema::rename('old_table_name', 'new_table_name');

482 trên bản thiết kế trình tạo lược đồ. Phương thức này chấp nhận tên của cột sẽ nhận được một chỉ mục duy nhất

Bạn thậm chí có thể chuyển một mảng các cột tới một phương thức chỉ mục để tạo chỉ mục tổng hợp (hoặc tổng hợp)

# Dump the current database schema and prune all existing migrations...

php artisan schema:dump --prune

06

Khi tạo chỉ mục, Laravel sẽ tự động tạo tên chỉ mục dựa trên tên bảng, tên cột và loại chỉ mục, nhưng bạn có thể truyền đối số thứ hai cho phương thức để tự chỉ định tên chỉ mục

# Dump the current database schema and prune all existing migrations...

php artisan schema:dump --prune

07

Các loại chỉ mục có sẵn

Lớp kế hoạch xây dựng lược đồ của Laravel cung cấp các phương thức để tạo từng loại chỉ mục được hỗ trợ bởi Laravel. Mỗi phương thức chỉ mục chấp nhận một đối số thứ hai tùy chọn để chỉ định tên của chỉ mục. Nếu bỏ qua, tên sẽ được lấy từ tên của bảng và (các) cột được sử dụng cho chỉ mục, cũng như loại chỉ mục. Mỗi phương pháp lập chỉ mục có sẵn được mô tả trong bảng bên dưới

LệnhMô tả

Schema::rename('old_table_name', 'new_table_name');

484Thêm khóa chính.

Schema::rename('old_table_name', 'new_table_name');

485Thêm phím tổng hợp.

Schema::rename('old_table_name', 'new_table_name');

486Thêm một chỉ mục duy nhất.

Schema::rename('old_table_name', 'new_table_name');

487Thêm một chỉ mục.

Schema::rename('old_table_name', 'new_table_name');

488Thêm chỉ mục toàn văn (MySQL/PostgreSQL).

Schema::rename('old_table_name', 'new_table_name');

489Thêm chỉ mục toàn văn của ngôn ngữ đã chỉ định (PostgreSQL).

Schema::rename('old_table_name', 'new_table_name');

490Thêm chỉ mục không gian (ngoại trừ SQLite)

Độ dài chỉ mục & MySQL/MariaDB

Theo mặc định, Laravel sử dụng bộ ký tự

Schema::rename('old_table_name', 'new_table_name');

491. Nếu bạn đang chạy phiên bản MySQL cũ hơn 5. 7. 7 hoặc MariaDB cũ hơn 10. 2. 2, bạn có thể cần định cấu hình thủ công độ dài chuỗi mặc định được tạo bởi quá trình di chuyển để MySQL tạo chỉ mục cho chúng. Bạn có thể định cấu hình độ dài chuỗi mặc định bằng cách gọi phương thức

Schema::rename('old_table_name', 'new_table_name');

492 trong phương thức

Schema::rename('old_table_name', 'new_table_name');

493 của lớp

Schema::rename('old_table_name', 'new_table_name');

494 của bạn

# Dump the current database schema and prune all existing migrations...

php artisan schema:dump --prune

08

Ngoài ra, bạn có thể bật tùy chọn

Schema::rename('old_table_name', 'new_table_name');

495 cho cơ sở dữ liệu của mình. Tham khảo tài liệu về cơ sở dữ liệu của bạn để biết hướng dẫn về cách bật tùy chọn này đúng cách

Đổi tên chỉ mục

Để đổi tên một chỉ mục, bạn có thể sử dụng phương pháp

Schema::rename('old_table_name', 'new_table_name');

496 được cung cấp bởi kế hoạch chi tiết của trình tạo lược đồ. Phương thức này chấp nhận tên chỉ mục hiện tại làm đối số đầu tiên và tên mong muốn làm đối số thứ hai

# Dump the current database schema and prune all existing migrations...

php artisan schema:dump --prune

09

Cảnh báo
Nếu ứng dụng của bạn đang sử dụng cơ sở dữ liệu SQLite, bạn phải cài đặt gói

Schema::rename('old_table_name', 'new_table_name');

425 thông qua trình quản lý gói Composer trước khi có thể sử dụng phương pháp

Schema::rename('old_table_name', 'new_table_name');

496.

Giảm chỉ số

Để loại bỏ một chỉ mục, bạn phải chỉ định tên của chỉ mục. Theo mặc định, Laravel tự động gán tên chỉ mục dựa trên tên bảng, tên cột được lập chỉ mục và loại chỉ mục. Dưới đây là một số ví dụ

CommandDescription

Schema::rename('old_table_name', 'new_table_name');

499Xóa khóa chính khỏi bảng "người dùng".

Schema::rename('old_table_name', 'new_table_name');

900Xóa một chỉ mục duy nhất khỏi bảng "người dùng".

Schema::rename('old_table_name', 'new_table_name');

901Xóa chỉ mục cơ bản khỏi bảng "geo".

Schema::rename('old_table_name', 'new_table_name');

902Xóa chỉ mục toàn văn từ bảng "bài đăng".

Schema::rename('old_table_name', 'new_table_name');

903Xóa chỉ mục không gian khỏi bảng "geo" (ngoại trừ SQLite)

Nếu bạn chuyển một mảng các cột vào một phương thức bỏ chỉ mục, tên chỉ mục thông thường sẽ được tạo dựa trên tên bảng, cột và loại chỉ mục

# Dump the current database schema and prune all existing migrations...

php artisan schema:dump --prune

00

Ràng buộc khóa ngoại

Laravel cũng cung cấp hỗ trợ để tạo các ràng buộc khóa ngoại, được sử dụng để buộc tính toàn vẹn tham chiếu ở cấp cơ sở dữ liệu. Ví dụ: hãy xác định cột

Schema::rename('old_table_name', 'new_table_name');

904 trên bảng

Schema::rename('old_table_name', 'new_table_name');

905 tham chiếu cột
public function up()
{
    Schema::rename('job_quality_controls', 'quality_control_entities');
}
431 trên bảng

Schema::rename('old_table_name', 'new_table_name');

907

# Dump the current database schema and prune all existing migrations...

php artisan schema:dump --prune

01

Vì cú pháp này khá dài dòng, Laravel cung cấp các phương thức bổ sung, ngắn gọn hơn sử dụng các quy ước để mang lại trải nghiệm tốt hơn cho nhà phát triển. Khi sử dụng phương pháp

public function up()
{
    Schema::rename('job_quality_controls', 'quality_control_entities');
}
413 để tạo cột của bạn, ví dụ trên có thể được viết lại như vậy

# Dump the current database schema and prune all existing migrations...

php artisan schema:dump --prune

02

Phương thức

public function up()
{
    Schema::rename('job_quality_controls', 'quality_control_entities');
}
413 tạo cột tương đương

# Dump the current database schema and prune all existing migrations...

php artisan schema:dump --prune

78, trong khi phương thức

Schema::rename('old_table_name', 'new_table_name');

911 sẽ sử dụng các quy ước để xác định tên bảng và cột được tham chiếu. Nếu tên bảng của bạn không khớp với quy ước của Laravel, bạn có thể chỉ định tên bảng bằng cách chuyển nó làm đối số cho phương thức

Schema::rename('old_table_name', 'new_table_name');

911

# Dump the current database schema and prune all existing migrations...

php artisan schema:dump --prune

03

Bạn cũng có thể chỉ định hành động mong muốn cho các thuộc tính "khi xóa" và "khi cập nhật" của ràng buộc

# Dump the current database schema and prune all existing migrations...

php artisan schema:dump --prune

04

Một cú pháp thay thế, biểu cảm cũng được cung cấp cho những hành động này

MethodDescription

Schema::rename('old_table_name', 'new_table_name');

913Updates should cascade.

Schema::rename('old_table_name', 'new_table_name');

914Các bản cập nhật nên bị hạn chế.

Schema::rename('old_table_name', 'new_table_name');

915Xóa nên xếp tầng.

Schema::rename('old_table_name', 'new_table_name');

916Việc xóa nên bị hạn chế.

Schema::rename('old_table_name', 'new_table_name');

917Deletes nên đặt giá trị khóa ngoại thành null

Mọi công cụ sửa đổi cột bổ sung phải được gọi trước phương thức

Schema::rename('old_table_name', 'new_table_name');

911

# Dump the current database schema and prune all existing migrations...

php artisan schema:dump --prune

04

Đánh rơi khóa ngoại

Để xóa khóa ngoại, bạn có thể sử dụng phương thức

Schema::rename('old_table_name', 'new_table_name');

919, chuyển tên của ràng buộc khóa ngoại cần xóa làm đối số. Các ràng buộc khóa ngoại sử dụng quy ước đặt tên giống như các chỉ mục. Nói cách khác, tên ràng buộc khóa ngoại dựa trên tên của bảng và các cột trong ràng buộc, theo sau là hậu tố "_foreign"

# Dump the current database schema and prune all existing migrations...

php artisan schema:dump --prune

06

Ngoài ra, bạn có thể chuyển một mảng chứa tên cột chứa khóa ngoại cho phương thức

Schema::rename('old_table_name', 'new_table_name');

919. Mảng sẽ được chuyển đổi thành tên ràng buộc khóa ngoài bằng cách sử dụng quy ước đặt tên ràng buộc của Laravel

# Dump the current database schema and prune all existing migrations...

php artisan schema:dump --prune

07

Chuyển đổi các ràng buộc khóa ngoại

Bạn có thể bật hoặc tắt các ràng buộc khóa ngoại trong quá trình di chuyển của mình bằng cách sử dụng các phương pháp sau

# Dump the current database schema and prune all existing migrations...

php artisan schema:dump --prune

08

Cảnh báo
SQLite tắt các ràng buộc khóa ngoại theo mặc định. Khi sử dụng SQLite, hãy đảm bảo bật hỗ trợ khóa ngoại trong cấu hình cơ sở dữ liệu của bạn trước khi thử tạo chúng trong quá trình di chuyển của bạn. Ngoài ra, SQLite chỉ hỗ trợ khóa ngoại khi tạo bảng chứ không hỗ trợ khi bảng bị thay đổi.

Sự kiện

Để thuận tiện, mỗi thao tác di chuyển sẽ gửi một sự kiện. Tất cả các sự kiện sau mở rộng lớp cơ sở

Schema::rename('old_table_name', 'new_table_name');

921

Làm cách nào để đổi tên bảng trong Laravel?

Để thay đổi tên bảng, bạn có thể làm điều này. Lược đồ. rename($currentTableName, $newTableName); Bạn có thể sử dụng phương thức drop hoặc dropIfExists để xóa bảng hiện có. Lược đồ. thả ('người dùng'); . dropIfExists('người dùng');

Làm cách nào để đổi tên di chuyển trong Laravel?

Để đổi tên cột, bạn có thể sử dụng phương thức renameColumn trên Trình tạo lược đồ . Trước khi đổi tên một cột, hãy đảm bảo thêm phần phụ thuộc Doct/dbal vào trình soạn thảo của bạn. tập tin json. Lược đồ. table('users', function (Bản thiết kế $table) { $table->renameColumn('from', 'to'); });

Làm cách nào để đổi tên bảng trong Rails?

Bạn có thể sử dụng câu lệnh RENAME để đổi tên bảng hiện có. Để đổi tên cột, hãy sử dụng câu lệnh ALTER TABLE.

Làm cách nào để tạo bảng trong Laravel?

Cách tạo bảng bằng Di chuyển trong Laravel? .
nghệ nhân php làm. di chuyển tạo_posts_table
nghệ nhân php di chuyển
nghệ nhân php làm. di chuyển create_posts_table --table=posts
nghệ nhân php di chuyển --path=/database/migrations/2020_04_01_064006_create_posts_table. php
nghệ nhân php di chuyển. phục hồi