Web Development with Clojure, Third Edition: (create-migration "guestbook") not working (page 9)

This is probably because you haven’t mounted the DB by starting the app.

(in-ns 'guestbook.user)
(start)
(create-migration "foo")
1 Like