瀏覽代碼

TIMESTAMP

master
Vitalijss 5 年之前
父節點
當前提交
e747ea671e
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      include/install.php

+ 1
- 1
include/install.php 查看文件

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



Loading…
取消
儲存

Powered by TurnKey Linux.