Skip to content

Instantly share code, notes, and snippets.

@FRosner
Created June 7, 2019 09:43
Show Gist options
  • Save FRosner/1d35b8543a2a1c666af271ab3a936440 to your computer and use it in GitHub Desktop.
Save FRosner/1d35b8543a2a1c666af271ab3a936440 to your computer and use it in GitHub Desktop.
-- V1.0.0__Customer_table.sql
create table customers (
id int,
last_name varchar(255),
first_name varchar(255)
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment