Migration
Jump to navigation
Jump to search
Table
Column
Data Types
| Postgres | MariaDB | SQLite | |
|---|---|---|---|
id int8 GENERATED BY DEFAULT AS IDENTITY NOT NULL
|
auto incremental | ||
| DateTime |
| Postgres | MariaDB | SQLite | |
|---|---|---|---|
id int8 GENERATED BY DEFAULT AS IDENTITY NOT NULL
|
auto incremental | ||
| DateTime |