Skip to content
Snippets Groups Projects
Select Git revision
  • 2fa43371cde3b488c46bde0065ab5e1c57f27fc7
  • master default protected
  • next
  • ubi_conf
  • anel-mysql8-migration-v2
  • anel-mysql8-migration
  • anel-mysql57-migration
7 results

mysql-data.sql

Blame
  • user avatar
    Anel Husakovic authored
    2fa43371
    History
    mysql-data.sql 125 B
    DROP TABLE IF EXISTS countries;
    CREATE TABLE countries(name char(20));
    INSERT INTO countries values ("Bosnia & Herzegovina");