Skip to content

Instantly share code, notes, and snippets.

@forketyfork
Created February 27, 2020 07:01
Show Gist options
  • Save forketyfork/76b129984bc4204b54f451f66e17b019 to your computer and use it in GitHub Desktop.
Save forketyfork/76b129984bc4204b54f451f66e17b019 to your computer and use it in GitHub Desktop.
XA with Spring Boot
drop table if exists message;
create table message (
id serial primary key,
contents varchar(256) not null
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment