good morning!!!!

Skip to content
Snippets Groups Projects
Commit d240ad07 authored by José Carlos Nieto's avatar José Carlos Nieto
Browse files

Adding test table for testing column cases.

parent 3bad2a85
No related branches found
No related tags found
No related merge requests found
......@@ -50,3 +50,11 @@ CREATE TABLE data_types (
_date DATETIME NOT NULL,
_time TIME NOT NULL
);
DROP TABLE IF EXISTS case_test;
CREATE TABLE CaSe_TesT (
id BIGINT(20) UNSIGNED NOT NULL AUTO_INCREMENT,
PRIMARY KEY(id),
Case_Test VARCHAR(60)
);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment