From 6d2d5e33b8fbc7bf60b50f4c1c1155541f4e8be6 Mon Sep 17 00:00:00 2001 From: Andrew Farries Date: Fri, 6 Dec 2024 11:45:45 +0000 Subject: [PATCH] Expand `Rename column` docs --- docs/operations/alter_column/rename_column.mdx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/operations/alter_column/rename_column.mdx b/docs/operations/alter_column/rename_column.mdx index cf353be3..d4244ad8 100644 --- a/docs/operations/alter_column/rename_column.mdx +++ b/docs/operations/alter_column/rename_column.mdx @@ -15,6 +15,10 @@ description: A rename column operation renames a column. } ``` +In the new schema version, the column will have its new name. In the old schema version the column still has its old name. + ## Examples +Rename the `role` column in the `employees` table: +