remove unneeded type
[dbsrgits/SQL-Translator-2.0-ish.git] / t / data / mysql / Apache-Session-MySQL.sql
CommitLineData
4a7b83f4 1CREATE TABLE random (
2 id int auto_increment PRIMARY KEY,
3 foo varchar(255) not null default '',
4 updated timestamp
5);
6