Follow along with the video below to see how to install our site as a web app on your home screen.
Anmerkung: This feature may not be available in some browsers.
CREATE TABLE `news` (
`id` BIGINT UNSIGNED NOT NULL AUTO_INCREMENT ,
`title` VARCHAR(100) DEFAULT '' NOT NULL,
`message` TEXT DEFAULT '' NOT NULL,
`message_type` SMALLINT UNSIGNED DEFAULT '0' NOT NULL,
`date_create` DATETIME DEFAULT '0000-00-00 00:00:00' NOT NULL,
`author` INT UNSIGNED DEFAULT '0' NOT NULL,
PRIMARY KEY (`id`)
);
|ID|Name|EMail|
|--|----|-----|
| 1|AAAA|[email protected]|
| 2|BBBB|[email protected]|
| 3|ABBA|[email protected]|
| 4|ABBA|[email protected]|
| 5|C???|[email protected]|