Browse Source

vēlveins db update

master
Vitalijss 5 years ago
parent
commit
50ab001b5d
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      include/install.php

+ 1
- 1
include/install.php View File

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



Loading…
Cancel
Save

Powered by TurnKey Linux.