Cleaning old project.
This commit is contained in:
parent
0bcbb686dc
commit
9943b75618
4 changed files with 50 additions and 12 deletions
6
src/main/resources/db/migration/V1.1__add_person.sql
Normal file
6
src/main/resources/db/migration/V1.1__add_person.sql
Normal file
|
@ -0,0 +1,6 @@
|
|||
create table users
|
||||
(
|
||||
id serial not null primary key,
|
||||
first_name text not null,
|
||||
user_name varchar(256) not null
|
||||
);
|
Loading…
Add table
Add a link
Reference in a new issue