Gate postgres links
This commit is contained in:
@@ -31,3 +31,14 @@ CREATE TABLE `site_mermsemr_com`.`myfit_contact` (
|
||||
PRIMARY KEY (`id`),
|
||||
UNIQUE INDEX `idmyfit_contact_UNIQUE` (`id` ASC) VISIBLE);
|
||||
|
||||
|
||||
|
||||
|
||||
CREATE TABLE `site_mermsemr_com`.`myfit_faq` (
|
||||
`uuid` VARCHAR(32) DEFAULT (uuid()),
|
||||
`id` INT NOT NULL AUTO_INCREMENT,
|
||||
`title` VARCHAR(45) NULL,
|
||||
`text` TEXT NULL,
|
||||
`added` TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP,
|
||||
PRIMARY KEY (`id`),
|
||||
UNIQUE INDEX `idmyfit_faq_UNIQUE` (`id` ASC) VISIBLE);
|
||||
Reference in New Issue
Block a user