Skip to content

Commit edcec5a

Browse files
committed
fix json order
1 parent 87de886 commit edcec5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/fixtures/blog_pgsql.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ CREATE TABLE products (
137137
id serial NOT NULL,
138138
name character varying(255) NOT NULL,
139139
price decimal(10,2) NOT NULL,
140-
properties jsonb NOT NULL,
140+
properties json NOT NULL,
141141
created_at timestamp NOT NULL,
142142
deleted_at timestamp NULL
143143
);

0 commit comments

Comments
 (0)