Skip to content

Commit 663694b

Browse files
committed
Fix reference issue
1 parent b1d89cc commit 663694b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/ondeck/mysql/schema/0002_venue.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ CREATE TABLE venues (
55
statuses text, -- status[],
66
slug text not null COMMENT 'This value appears in public URLs',
77
name varchar(255) not null,
8-
city text not null references city(slug),
8+
city varchar(255) not null references city(slug),
99
spotify_playlist varchar(255) not null,
1010
songkick_id text,
1111
tags text -- text[]

0 commit comments

Comments
 (0)