/
germanubis
/
sqlx
Обзор
Документация
Войти
/
germanubis
/
sqlx
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
tests/sqlite/migrations/1_user.sql
6 строк
152 B
Austin Bonander
feat: implement testing utilities (#2001)
03 авг 2022, 00:38
Не верифицирован
03 авг 2022, 00:38
054f619
Код
Авторство
О чём код?
create table user ( -- integer primary keys are the most efficient in SQLite user_id integer primary key, username text unique not null );