Fixes typo in migration.dart

This commit is contained in:
Luna 2024-03-03 23:09:16 +13:00 committed by Simon Binder
parent 863dbb61a9
commit 1e7af307a9
1 changed files with 1 additions and 1 deletions

View File

@ -132,7 +132,7 @@ class Migrator {
return _issueCustomQuery(context.sql, context.boundVariables);
}
/// Alter columns of an existing tabe.
/// Alter columns of an existing table.
///
/// Since sqlite does not provide a way to alter the type or constraint of an
/// individual column, one needs to write a fairly complex migration procedure