Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Administrator
MassGetDb
Commits
74215de1
Commit
74215de1
authored
Jun 16, 2015
by
Administrator
Browse files
initial
parent
1ced72be
Changes
1
Hide whitespace changes
Inline
Side-by-side
TIGER.sql
0 → 100644
View file @
74215de1
USE
[
redJOHN
]
GO
/****** Object: Table [dbo].[TIGER] Script Date: 6/16/2015 9:56:17 AM ******/
SET
ANSI_NULLS
ON
GO
SET
QUOTED_IDENTIFIER
ON
GO
CREATE
TABLE
[
dbo
].[
TIGER
](
[
contributors
]
[
nvarchar
](
max
)
NULL
,
[
coordinates
]
[
nvarchar
](
max
)
NULL
,
[
created_at
]
[
datetime
]
NULL
,
[
entities
]
[
nvarchar
](
max
)
NULL
,
[
favourite_count
]
[
nvarchar
](
max
)
NULL
,
[
favorited
]
[
nvarchar
](
max
)
NULL
,
[
geo
]
[
nvarchar
](
max
)
NULL
,
[
id_str
]
[
nvarchar
](
max
)
NULL
,
[
in_reply_to_screen_name
]
[
nvarchar
](
max
)
NULL
,
[
in_reply_to_status_id_str
]
[
nvarchar
](
max
)
NULL
,
[
in_reply_to_user_id_str
]
[
nvarchar
](
max
)
NULL
,
[
lang
]
[
nvarchar
](
max
)
NULL
,
[
place
]
[
nvarchar
](
max
)
NULL
,
[
retweet_count
]
[
nvarchar
](
max
)
NULL
,
[
retweeted
]
[
nvarchar
](
max
)
NULL
,
[
source
]
[
nvarchar
](
max
)
NULL
,
[
text
]
[
nvarchar
](
max
)
NULL
,
[
truncated
]
[
nvarchar
](
max
)
NULL
,
[
user_id_str
]
[
nvarchar
](
max
)
NULL
)
ON
[
PRIMARY
]
TEXTIMAGE_ON
[
PRIMARY
]
GO
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment