This is a follow up to I237af3558 where datatype of img_timestamp for MySQL was changed from varbinary(14) to binary(14) as part of standardizing timestamp fields in MySQL (T42626). This change does not affect Postgres or Sqlite. Bug: T42626 Bug: T230428 Change-Id: Ic4bd59736ff82d8bdb60fbac46a89f18257b8292
2 lines
69 B
SQL
2 lines
69 B
SQL
ALTER TABLE /*_*/image
|
|
MODIFY img_timestamp BINARY(14) NOT NULL;
|