mirror of
https://github.com/pressly/goose.git
synced 2025-07-09 20:18:36 +00:00
10 lines
169 B
SQL
10 lines
169 B
SQL
INSERT INTO article (id, content) VALUES ('id_0002', E'# My second
|
|
|
|
markdown doc
|
|
|
|
first paragraph
|
|
|
|
-- with a comment
|
|
-- with an indent comment
|
|
|
|
second paragraph'); |