Sfoglia il codice sorgente

vēlveins db update

master
Vitalijss 5 anni fa
parent
commit
50ab001b5d
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      include/install.php

+ 1
- 1
include/install.php Vedi 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…
Annulla
Salva

Powered by TurnKey Linux.