-- Foundation smoke migration: proves the runner end-to-end. -- (Real metrics tables land in the Metrics sub-project.) CREATE TABLE IF NOT EXISTS `_foundation_check` ( `id` INT AUTO_INCREMENT PRIMARY KEY, `note` VARCHAR(64) NOT NULL, `created_at` DATETIME NOT NULL DEFAULT CURRENT_TIMESTAMP ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;