diff options
Diffstat (limited to 'migrations/20260221_23d05a_up_4ea018.sql')
| -rw-r--r-- | migrations/20260221_23d05a_up_4ea018.sql | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/migrations/20260221_23d05a_up_4ea018.sql b/migrations/20260221_23d05a_up_4ea018.sql new file mode 100644 index 0000000..b1c357a --- /dev/null +++ b/migrations/20260221_23d05a_up_4ea018.sql @@ -0,0 +1,5 @@ +CREATE TABLE IF NOT EXISTS admin_logins ( + id UUID PRIMARY KEY DEFAULT uuidv7(), + ipaddr INET NOT NULL, + created_at TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP +); |
