Created
September 2, 2022 12:29
-
-
Save vinijmoura/1c398bc8f520c162607beaf156b6945a 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].[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