Skip to content

Instantly share code, notes, and snippets.

@raizam
Last active October 5, 2022 12:53
Show Gist options
  • Save raizam/3a9b7aec5bcf41d8a4cf71a578897e0f to your computer and use it in GitHub Desktop.
Save raizam/3a9b7aec5bcf41d8a4cf71a578897e0f to your computer and use it in GitHub Desktop.
a port of the famous lent ECS library
--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