Home
Phabricator
Search
Configure Global Search
Log In
Transactions
D5805
Change Details
Change Details
Old
New
Diff
To support MySQL, we migrate incompatible column types. For example, it does not support a bare `db.String`, as it is not fixed length. Here, we migrate all uses of `db.String` to `db.Text` to accommodate for this.
To support MySQL, we migrate incompatible column types. For example, it does not support a bare `db.String`, as it is not fixed length. Here, we migrate all uses of `db.String` to `db.Text` to accommodate for this.
To support MySQL, we migrate incompatible column types. For example, it does not support a bare `db.String`, as it is not fixed length. Here, we migrate all uses of `db.String` to `db.Text` to accommodate for this.
Continue