“Erstellen eines Kommentars und eines Antwortsystems PHP und MySQL” Code-Antworten

Erstellen eines Kommentars und eines Antwortsystems PHP und MySQL

+----+-----------+--------------+------------+
|     field      |     type     | specs      |
+----+-----------+--------------+------------+
|  id            | INT(11)      |            |
|  title         | VARCHAR(255) |            |
|  slug          | VARCHAR(255) | UNIQUE     |
|  body          | TEXT         |            |
|  created_at    | TIMESTAMP    |            |
|  updated_at    | TIMESTAMP    |            |
+----------------+--------------+------------+
Worried Weasel

Erstellen eines Kommentars und eines Antwortsystems PHP und MySQL

+----+-----------+--------------+------------+
|     field      |     type     | specs      |
+----+-----------+--------------+------------+
|  id            | INT(11)      |            |
|  user_id       | INT(11)      |            |
|  comment_id    | INT(11)      |            |
|  body          | TEXT         |            |
|  created_at    | TIMESTAMP    |            |
|  updated_at    | TIMESTAMP    |            |
+----------------+--------------+------------+
Worried Weasel

Erstellen eines Kommentars und eines Antwortsystems PHP und MySQL

+----+-----------+------------------------+------------+
|     field      |     type               | specs      |
+----+-----------+------------------------+------------+
|  id            | INT(11)                |            |
|  username      | VARCHAR(255)           | UNIQUE     |
|  email         | VARCHAR(255)           | UNIQUE     |
|  password      | VARCHAR(255)           |            |
|  created_at    | TIMESTAMP              |            |
+----------------+--------------+---------+------------+
Worried Weasel

Erstellen eines Kommentars und eines Antwortsystems PHP und MySQL

+----+-----------+--------------+------------+
|     field      |     type     | specs      |
+----+-----------+--------------+------------+
|  id            | INT(11)      |            |
|  user_id       | INT(11)      |            |
|  post_id       | INT(11)      |            |
|  body          | TEXT         |            |
|  created_at    | TIMESTAMP    |            |
|  updated_at    | TIMESTAMP    |            |
+----------------+--------------+------------+
Worried Weasel

Ähnliche Antworten wie “Erstellen eines Kommentars und eines Antwortsystems PHP und MySQL”

Fragen ähnlich wie “Erstellen eines Kommentars und eines Antwortsystems PHP und MySQL”

Weitere verwandte Antworten zu “Erstellen eines Kommentars und eines Antwortsystems PHP und MySQL” auf Sql

Durchsuchen Sie beliebte Code-Antworten nach Sprache

Durchsuchen Sie andere Codesprachen