mirror of
https://github.com/status-im/fathom.git
synced 2025-03-01 03:20:27 +00:00
use auto increment column for pk on sites table
This commit is contained in:
parent
266d05019a
commit
84cd897319
@ -1,6 +1,6 @@
|
||||
-- +migrate Up
|
||||
CREATE TABLE sites (
|
||||
id INTEGER PRIMARY KEY NOT NULL,
|
||||
id INTEGER AUTO_INCREMENT PRIMARY KEY NOT NULL,
|
||||
tracking_id VARCHAR(8) UNIQUE,
|
||||
name VARCHAR(100) NOT NULL
|
||||
) CHARACTER SET=utf8;
|
||||
|
Loading…
x
Reference in New Issue
Block a user