You've already forked orderservice
feat: added migrations
This commit is contained in:
@@ -1,5 +0,0 @@
|
||||
create table if not exists orders (
|
||||
id uuid primary key,
|
||||
item varchar(500) not null,
|
||||
quantity integer not null check (quantity > 0)
|
||||
);
|
||||
Reference in New Issue
Block a user