|
@@ -56,7 +56,7 @@ echo '<input type="submit" class="w3-button w3-green" name="db_saglabat" value=" |
|
|
$tabulapaterins = "CREATE TABLE IF NOT EXISTS Paterins ( |
|
|
$tabulapaterins = "CREATE TABLE IF NOT EXISTS Paterins ( |
|
|
PatID bigint(5) NOT NULL AUTO_INCREMENT, |
|
|
PatID bigint(5) NOT NULL AUTO_INCREMENT, |
|
|
PatDaudzums bigint(5) NOT NULL, |
|
|
PatDaudzums bigint(5) NOT NULL, |
|
|
PatDatums TIMESTAMP(24) NOT NULL, |
|
|
|
|
|
|
|
|
PatDatums TIMESTAMP NOT NULL, |
|
|
PRIMARY KEY (PatID));"; |
|
|
PRIMARY KEY (PatID));"; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|