You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi everyone! I was wondering if there's any way to create an index like this: CREATE NONCLUSTERED INDEX IndexName ON [dbo].[table] ([id],[type],[for_type],[attrib]) INCLUDE ([for_id],[value])
with ActiveRecord?