migrate: replace tinyint with int
Tinyint is not supported on scylla enterprise.
This commit is contained in:
@@ -25,7 +25,7 @@ const (
|
|||||||
infoSchema = `CREATE TABLE IF NOT EXISTS gocqlx_migrate (
|
infoSchema = `CREATE TABLE IF NOT EXISTS gocqlx_migrate (
|
||||||
name text,
|
name text,
|
||||||
checksum text,
|
checksum text,
|
||||||
done tinyint,
|
done int,
|
||||||
start_time timestamp,
|
start_time timestamp,
|
||||||
end_time timestamp,
|
end_time timestamp,
|
||||||
PRIMARY KEY(name)
|
PRIMARY KEY(name)
|
||||||
|
|||||||
Reference in New Issue
Block a user