-
Notifications
You must be signed in to change notification settings - Fork 0
/
create.sql
10 lines (10 loc) · 1.19 KB
/
create.sql
1
2
3
4
5
6
7
8
9
10
create table product (price numeric(38,2) not null, id bigserial not null, name varchar(255) not null, primary key (id));
create table product (price numeric(38,2) not null, id bigserial not null, name varchar(255) not null, primary key (id));
create table product (price numeric(38,2) not null, id bigserial not null, name varchar(255) not null, primary key (id));
create table product (price numeric(38,2) not null, id bigserial not null, name varchar(255) not null, primary key (id));
create table product (price numeric(38,2) not null, id bigserial not null, name varchar(255) not null, primary key (id));
create table product (price numeric(38,2) not null, id bigserial not null, name varchar(255) not null, primary key (id));
create table product (price numeric(38,2) not null, id bigserial not null, name varchar(255) not null, primary key (id));
create table product (price numeric(38,2) not null, id bigserial not null, name varchar(255) not null, primary key (id));
create table product (price numeric(38,2) not null, id bigserial not null, name varchar(255) not null, primary key (id));
create table product (price numeric(38,2) not null, id bigserial not null, name varchar(255) not null, primary key (id));