Skip to content

Instantly share code, notes, and snippets.

@vinijmoura
Created September 5, 2022 01:02
Show Gist options
  • Save vinijmoura/d8fda63e0fe20584e49febdbe507b813 to your computer and use it in GitHub Desktop.
Save vinijmoura/d8fda63e0fe20584e49febdbe507b813 to your computer and use it in GitHub Desktop.
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