Uncaught exception Fuel\Core\Database_Exception: SQLSTATE[42601]: Syntax error: 7 ERROR: syntax error at or near "("
LINE 2: "id" int(11) NOT NULL AUTO_INCREMENT,
^ with query: "CREATE TABLE IF NOT EXISTS "users_clients" (
"id" int(11) NOT NULL AUTO_INCREMENT,
"name" varchar(32) DEFAULT '' NOT NULL,
"client_id" varchar(32) DEFAULT '' NOT NULL,
"client_secret" varchar(32) DEFAULT '' NOT NULL,
"redirect_uri" varchar(255) DEFAULT '' NOT NULL,
"auto_approve" tinyint(1) DEFAULT 0 NOT NULL,
"autonomous" tinyint(1) DEFAULT 0 NOT NULL,
"status" enum("development","pending","approved","rejected") DEFAULT 'development' NOT NULL,
"suspended" tinyint(1) DEFAULT 0 NOT NULL,
"notes" tinytext NOT NULL,
PRIMARY KEY "id" ("id")
);"