--====================================================== -- Add Constraint to a Memory Optimized Table Template -- Use the Specify Values for Template Parameters command (Ctrl-Shift-M) to fill in the parameter values below. -- This template adds a constraint to a memory optimized table. --====================================================== USE [] GO ALTER TABLE [].[] ADD CONSTRAINT () FOR GO