salix/db/versions/11068-blueGerbera/00-firstScript.sql

10 lines
202 B
MySQL
Raw Normal View History

2024-05-24 09:44:58 +00:00
-- Place your SQL code here
CREATE OR REPLACE TABLE floranet.config (
email varchar(255) DEFAULT 'floranet@verdnatura.es' NOT NULL
)
ENGINE=InnoDB
DEFAULT CHARSET=utf8mb3
COLLATE=utf8mb3_unicode_ci;