mirror of
https://github.com/pressly/goose.git
synced 2025-05-31 11:42:04 +00:00
2 lines
160 B
SQL
2 lines
160 B
SQL
create table t ( id int );
|
|
update rows set value = now() -- missing semicolon. valid statement because wrapped in goose annotation, but will fail when executed. |