# PGPASSWORD="password" psql -U user -d beyondpaste <./config/structure.sql
ERROR: syntax error at or near "("
LINE 2: id INT(6) UNSIGNED NOT NULL AUTO_INCREMENT,
^
ERROR: syntax error at or near "("
LINE 2: id INT(6) UNSIGNED NOT NULL AUTO_INCREMENT,
I think that SQL script doesn't conform to SQL standards: