How to create a custom database table with Database Schema in Drupal 8+
Recently i had to build a custom simple table in a drupal 8+ installation that would be used as an api feed bridge between drupal 8+ and a custom api feed service. This is the code i used for the custom table with an extra tip for the date field since there is no date type by default in drupal.