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
`userid` TEXT NULL DEFAULT NULL COLLATE 'utf8mb4_general_ci',
`which` TEXT NULL DEFAULT NULL COLLATE 'utf8mb4_general_ci',
`blogId` TEXT NULL DEFAULT NULL COLLATE 'utf8mb4_general_ci'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
INSERT INTO siteSettings (siteName, siteDescription, siteLogo, siteTheme) VALUES ('Blog Site', 'A blog site that allows you to share your thoughts with the world.', 'https://pastenow.xyz/images/standard_logo.png', '#2d7cb5');