Created
September 5, 2022 01:02
-
-
Save vinijmoura/d8fda63e0fe20584e49febdbe507b813 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
CREATE TABLE [dbo].[RepositoriesStargazers]( | |
RepositoryName [varchar](100) NOT NULL, | |
StargazerLogin [varchar](100) NOT NULL, | |
StargazerAvatarUrl [nvarchar](MAX) NOT NULL, | |
StargazerCreatedDate [datetime] NOT NULL | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment