Last active
October 5, 2022 12:53
-
-
Save raizam/3a9b7aec5bcf41d8a4cf71a578897e0f to your computer and use it in GitHub Desktop.
a port of the famous lent ECS library
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
--this is Imperial Royal Guard guarding this table | |
-- | __ | |
-- | /__\ | |
-- | X~~| | |
-- |-\|//-. | |
-- /|`.|'.' \ | |
--|,|.\~~ /|| | |
--|:|| ';|| | |
--|||| | || | |
--\ \| |`. | |
--|\X| | | | |
--| .' ||| | |
--| | . ||| | |
--||| | `.| | |
--|||| | || | |
--|||| | || | |
CREATE TABLE [dbo].[Entity] | |
( | |
[Id] INT NOT NULL PRIMARY KEY IDENTITY | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment