We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c4591dc + 6ba9431 commit 27e0de4Copy full SHA for 27e0de4
docs/modules/fxsql.md
@@ -173,7 +173,7 @@ And create them following [Goose SQL migrations](https://github.com/pressly/goos
173
174
```sql title="db/migrations/00001_create_foo_table.sql"
175
-- +goose Up
176
-CREATE TABLE foo (
+CREATE TABLE IF NOT EXISTS foo (
177
id INTEGER NOT NULL PRIMARY KEY,
178
bar VARCHAR(255)
179
);
0 commit comments