Created
September 29, 2021 07:46
-
-
Save KangDroid/b185d66827f37b988adce5fe73af0de8 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
/* 위 EF Core 코드가 이렇게 자동으로 쿼리가 만들어집니다. */ | |
CREATE NONCLUSTERED INDEX_채팅_메시지_채팅방_정보 | |
ON 채팅_메시지_테이블 ([채팅_메시지_테이블_이름]) | |
INCLUDE 데이터를_가지고_있어야_되는_테이블_열(들) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment