This website requires JavaScript.
Explore
Help
Sign In
GOMODULES
/
goose
mirror of
https://github.com/pressly/goose.git
Watch
1
Star
0
Fork
You've already forked goose
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
843a23d4ff
goose
/
internal
/
sqlparser
/
testdata
/
valid-up
/
test01
/
03.golden.sql
2 lines
102 B
SQL
Raw
Blame
History
CREATE
TRIGGER
emp_stamp
BEFORE
INSERT
OR
UPDATE
ON
emp
FOR
EACH
ROW
EXECUTE
FUNCTION
emp_stamp
(
)
;
Reference in New Issue
View Git Blame
Copy Permalink