[ Web Proxy ]
URL:
Viewing: https://raw.githubusercontent.com/veltiosoft/sqlc-gen-python-orm/main/_examples/schema.sql [Back]  [Original]

create table authors (
	id BIGSERIAL PRIMARY KEY,
	name text not null,
	age int not null default 0,
	bio text,
    is_active boolean not null default true
);

Web Proxy Viewer  |  New URL  |  Original Page