I do not understand what is wrong with this query? Query tool does not want to create a table in PostgreSQL.
CREATE TABLE article ( article_id bigint(20) NOT NUL
Replace bigint(20) not null auto_increment by bigserial not null and datetime by timestamp
bigint(20) not null auto_increment
bigserial not null
datetime
timestamp