From 8ae83e5cf367f513e8e670f0a185b4620992663f Mon Sep 17 00:00:00 2001 From: mahmoudmohamedramadan Date: Fri, 25 Oct 2024 14:58:24 +0300 Subject: [PATCH] Update `README.md` --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 3dd307c..c8db7af 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,9 @@ composer require ramadan/custom-fresh After installing the package, you will see a new `fresh:custom` command. +> [!NOTE] +> The package also guesses the additional migration files that add a special column (e.g. `****_**_**_******_adds_is_admin_column_to_users_table.php`). + ### Refreshing migrations You can exclude specific tables while refreshing the database inside your project: