mirror of
https://github.com/pressly/goose.git
synced 2025-05-28 10:13:08 +00:00
11 lines
170 B
SQL
11 lines
170 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');
|