blob: 78b63c64cca543c7df913f2ac98250ce542ea4fe [file] [log] [blame]
Ian Maxona70fba52016-02-18 13:52:36 -08001use dataverse experiments;
2create dataset Tweets(TweetMessageType) primary key tweetid;
3create dataset JoinSeedTweets(TweetMessageType) primary key tweetid;