Skip to content

Commit

Permalink
Fix typo in PostgresColumnType.swift (#194)
Browse files Browse the repository at this point in the history
  • Loading branch information
code28 authored Aug 28, 2020
1 parent 0f72378 commit 806a513
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/PostgresKit/PostgresColumnType.swift
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,7 @@ public struct PostgresColumnType: SQLExpression, Equatable {
case .doublePrecision: return "DOUBLE PRECISION"
case .inet: return "INET"
case .integer: return "INTEGER"
case .interval: return "INTEVERAL"
case .interval: return "INTERVAL"
case .json: return "JSON"
case .jsonb: return "JSONB"
case .line: return "LINE"
Expand Down

0 comments on commit 806a513

Please sign in to comment.