Skip to content

Instantly share code, notes, and snippets.

@shareefhiasat
Last active May 12, 2017 14:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shareefhiasat/c5f75dcd9bd92a956ab9169564421745 to your computer and use it in GitHub Desktop.
Save shareefhiasat/c5f75dcd9bd92a956ab9169564421745 to your computer and use it in GitHub Desktop.
sorry that below is not auto alters you should apply manually they are short list
scripts you must apply to qa
table country make
default null for
`nationality`
`nationality_ar`
table invitation
default value
`create_date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
table
`payfort_access_token_response_web` (
increase column size to 500
`card_number` varchar(500) COLLATE utf8_bin DEFAULT NULL,
table
`payfort_purchase_request_web`
add thses two columns
`remember_me` varchar(50) COLLATE utf8_bin DEFAULT NULL,
`finger_print` varchar(5000) COLLATE utf8_bin DEFAULT NULL,
table
`payfort_purchase_response_web`
change type of column
type
`expiry_date` varchar(10) COLLATE utf8_bin DEFAULT NULL,
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment