VUEaxios.get('https://api.webcms.dev/1.jkljkl/page/1').then(response => (this.page = response))}
$pagex = json_decode(file_get_contents('https://api.webcms.dev/1.jkljkl/page/1'));
CREATE TABLE "topic" (
"id" integer NOT NULL PRIMARY KEY,
"forum_id" integer NOT NULL,
"subject" varchar(255) NOT NULL
);
ALTER TABLE "topic"
ADD CONSTRAINT forum_id FOREIGN KEY ("forum_id")
REFERENCES "forum" ("id");
-- Initials
insert into "topic" ("forum_id", "subject")
values (2, 'D''artagnian');
Hello World!