Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion imdb-create-tables.sql
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ CREATE TABLE Alias_types (
type VARCHAR(255) NOT NULL-- Only stored if not null
);

CREATE TABLE ALias_attributes (
CREATE TABLE Alias_attributes (
title_id VARCHAR(255) NOT NULL, -- not null bc PK
ordering INTEGER NOT NULL, -- not null bc PK
attribute VARCHAR(255) NOT NULL -- only stored if not null
Expand Down