Add case insensitive command.

This commit is contained in:
Ben Alex 2004-04-03 05:34:18 +00:00
parent 07e9652ce1
commit c9a389e1ea
1 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,7 @@
--- $Id$
SET IGNORECASE TRUE;
CREATE TABLE users (
username VARCHAR(50) NOT NULL PRIMARY KEY,
password VARCHAR(50) NOT NULL,