Skip to content
Snippets Groups Projects
Commit e7f68999 authored by kadinyazilimci's avatar kadinyazilimci
Browse files

owners search has been case insensitive

parent df4e3a55
No related branches found
No related tags found
No related merge requests found
......@@ -36,7 +36,7 @@ CREATE INDEX types_name ON types (name);
CREATE TABLE owners (
id INTEGER IDENTITY PRIMARY KEY,
first_name VARCHAR(30),
last_name VARCHAR(30),
last_name VARCHAR_IGNORECASE(30),
address VARCHAR(255),
city VARCHAR(80),
telephone VARCHAR(20)
......
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