Skip to content

Commit 1bc2fc9

Browse files
committed
Add correct table name
Just fixing typo in table name
1 parent ba8f69a commit 1bc2fc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tableIdeone.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ IF db_id('dbname') IS NULL
33

44
GO
55

6-
CREATE TABLE ideone.ie (
6+
CREATE TABLE ideone.IE (
77
id BIGINT AUTO_INCREMENT NOT NULL primary key,
88
fullurl VARCHAR(60),
99
codedate VARCHAR(60),

0 commit comments

Comments
 (0)