Migration: Difference between revisions
Jump to navigation
Jump to search
| Line 11: | Line 11: | ||
|- | |- | ||
| Incremental | | | Incremental | | ||
| <source lang=""> | | <source lang="sql">id int8 GENERATED BY DEFAULT AS IDENTITY NOT NULL</source> | ||
</source> | |||
| auto incremental | | auto incremental | ||
| | | | ||
Revision as of 03:16, 1 September 2025
Table
Column
Data Types
| Postgres | MariaDB | SQLite | |
|---|---|---|---|
id int8 GENERATED BY DEFAULT AS IDENTITY NOT NULL
|
auto incremental | ||
| DateTime |