in reply to Re^2: dbi::CSV works with text, but not numbers
in thread dbi::CSV works with text, but not numbers
Under structure, it will tell you how that table was created:
Anyway if you have Firefox, you already have some SQLite DB's on your machine.CREATE TABLE moz_cookies (id INTEGER PRIMARY KEY, baseDomain TEXT, ori +ginAttributes TEXT NOT NULL DEFAULT '', name TEXT, value TEXT, host T +EXT, path TEXT, expiry INTEGER, lastAccessed INTEGER, creationTime IN +TEGER, isSecure INTEGER, isHttpOnly INTEGER, appId INTEGER DEFAULT 0, + inBrowserElement INTEGER DEFAULT 0, CONSTRAINT moz_uniqueid UNIQUE ( +name, host, path, originAttributes))
|
|---|