diff --git a/README.md b/README.md index c089bc2..039fbf6 100644 --- a/README.md +++ b/README.md @@ -738,4 +738,6 @@ The following guidelines indicate when the use of an index should be reconsidere ### NOT NULL + ALTER TABLE table_name MODIFY column_name datatype NOT NULL; +