Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/phabricator
Path: blob/master/resources/sql/autopatches/20140211.dx.1.nullablechangesetid.sql
12250 views
1
ALTER TABLE {$NAMESPACE}_differential.differential_transaction_comment
2
CHANGE changesetID changesetID INT UNSIGNED;
3
4