INSERT INTO public."UserDefinedGroups" ("Created", "Modified", "Description", "UsageType", "Rank") VALUES(NOW(), NOW(), 'Property Overview', 2, 1); INSERT INTO public."UserDefinedGroups" ("Created", "Modified", "Description", "UsageType", "Rank") VALUES(NOW(), NOW(), 'Rooms', 0, 2); INSERT INTO public."UserDefinedGroups" ("Created", "Modified", "Description", "UsageType", "Rank") VALUES(NOW(), NOW(), 'External Features', 2, 3); INSERT INTO public."UserDefinedGroups" ("Created", "Modified", "Description", "UsageType", "Rank") VALUES(NOW(), NOW(), 'Building', 2, 4); INSERT INTO public."UserDefinedGroups" ("Created", "Modified", "Description", "UsageType", "Rank") VALUES(NOW(), NOW(), 'Other Features', 2, 5);