-- Mysql Backup of internship_playground -- Date 2023-01-10T17:54:16+01:00 -- Backup by /*!40101 SET NAMES utf8mb4 */; DROP TABLE IF EXISTS `article`; CREATE TABLE `article` ( `id` INT NOT NULL AUTO_INCREMENT, `category_name` VARCHAR(255) NOT NULL, `title` VARCHAR(255) NOT NULL, `text` TEXT NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE utf8mb4_unicode_ci ; INSERT INTO `article` (`id`, `category_name`, `title`, `text`) VALUES ( '2', 'international', 'Tester', 'hell yea asfasf'), ( '3', 'sport', 'Titel 2', 'Lorem'), ( '4', 'national', 'Title 4', 'loREm'), ( '14', 'national', 'Tritt zurück 45641456+145664641565456456+46546+45445989478942892892828128189148', 'Tritt zurück 45641456+145664641565456456+46546+45445989478942892892828128189148');