We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1d89cc commit 663694bCopy full SHA for 663694b
examples/ondeck/mysql/schema/0002_venue.sql
@@ -5,7 +5,7 @@ CREATE TABLE venues (
5
statuses text, -- status[],
6
slug text not null COMMENT 'This value appears in public URLs',
7
name varchar(255) not null,
8
- city text not null references city(slug),
+ city varchar(255) not null references city(slug),
9
spotify_playlist varchar(255) not null,
10
songkick_id text,
11
tags text -- text[]
0 commit comments