Skip to content

Instantly share code, notes, and snippets.

@vinijmoura
Created September 2, 2022 12:29
Show Gist options
  • Save vinijmoura/1c398bc8f520c162607beaf156b6945a to your computer and use it in GitHub Desktop.
Save vinijmoura/1c398bc8f520c162607beaf156b6945a to your computer and use it in GitHub Desktop.
CREATE TABLE [dbo].[RepositoriesForks](
RepositoryName [varchar](100) NOT NULL,
ForkBy [varchar](100) NOT NULL,
ForkCreatedDate [datetime] NOT NULL
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment