Add case insensitive command.
This commit is contained in:
parent
07e9652ce1
commit
c9a389e1ea
|
@ -1,5 +1,7 @@
|
|||
--- $Id$
|
||||
|
||||
SET IGNORECASE TRUE;
|
||||
|
||||
CREATE TABLE users (
|
||||
username VARCHAR(50) NOT NULL PRIMARY KEY,
|
||||
password VARCHAR(50) NOT NULL,
|
||||
|
|
Loading…
Reference in New Issue