<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>DB Compare {{VERSION}}</title>
<link href="template.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div class="add">
<span style="position: absolute; right: 9px; top: 9px; background-color: red;"><b> Tables and columns to add </b></span>
{{ADD}}
</div>
<div class="alter">
<span style="position: absolute; right: 0px; top: 0px; background-color: red;"><b> Columns to alter </b></span>
{{ALTER}}
</div>
<div class="remove">
<span style="position: absolute; right: 0px; top: 0px; background-color: red;"><b> Tables and columns to remove </b></span>
{{REMOVE}}
</div>
</body>
</html>
|