Fix SQLite producer create_view so it doesn't generate statements with semicolons.
[dbsrgits/SQL-Translator.git] / t / data / mysql / Apache-Session-MySQL.sql
1 CREATE TABLE random (
2     id int auto_increment PRIMARY KEY,
3     foo varchar(255) not null default '',
4     updated timestamp
5 );
6