Skip to content

CREATE SCHEMA as an alias for CREATE DATABASE #231

@ibennetch

Description

@ibennetch

According to https://dev.mysql.com/doc/refman/8.0/en/create-database.html, CREATE SCHEMA is a synonym for CREATE DATABASE.

$ ./vendor/bin/lint-query --query 'create schema foo'
#1: The name of the entity was expected. (near "schema" at position 7)
$ ./vendor/bin/lint-query --query 'create database  foo'
$

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions