/
rushawx
/
airflowWebinarSimulative
Обзор
Документация
Войти
/
rushawx
/
airflowWebinarSimulative
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
init/pg/db.sql
14 строк
427 B
=
basic example
26 янв 2025, 22:07
26 янв 2025, 22:07
c393c73
Код
Авторство
О чём код?
create extension if not exists "uuid-ossp"; create table if not exists person ( id uuid default uuid_generate_v4() primary key, name varchar(256), age integer, address varchar(256), email varchar(256), phone_number varchar(256), registration_date timestamp with time zone, created_at timestamp with time zone, updated_at timestamp with time zone, deleted_at timestamp with time zone );