From 3a57e9eba6a8cf591e5da6645ea1d39daf1e1f36 Mon Sep 17 00:00:00 2001 From: Andrew Farries Date: Mon, 6 Nov 2023 11:14:42 +0000 Subject: [PATCH] Update docs with link to new example migration --- docs/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/README.md b/docs/README.md index 856cb84b..74688d06 100644 --- a/docs/README.md +++ b/docs/README.md @@ -925,6 +925,7 @@ Example **create table** migrations: * [19_create_orders_table.json](../examples/19_create_orders_table.json) * [20_create_posts_table.json](../examples/20_create_posts_table.json) * [25_add_table_with_check_constraint.json](../examples/25_add_table_with_check_constraint.json) +* [28_different_defaults.json](../examples/28_different_defaults.json) ### Drop column