You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-`tableName?: string` - The name of the table to store migration records, defaults to 'migrations'.
51
51
52
-
####`initialize()`
52
+
### `initialize()`
53
53
54
54
```typescript
55
55
initialize(): void
@@ -58,7 +58,7 @@ initialize(): void
58
58
59
59
- Initializes the migration table if it doesn't exist. Creates a table named according to `_tableName` or `migrations` if non is set, with columns for `id`, `name`, and `applied_at`.
0 commit comments