working on ron-example
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
create table pet
|
||||
(
|
||||
id serial unique not null,
|
||||
name varchar(20) unique not null
|
||||
);
|
||||
Reference in New Issue
Block a user