psql db schema test
[mirrors/Kyberia-bloodline.git] / jayaltertableadd.php
... / ...
CommitLineData
1<?
2
3ini_set("include_path","./inc:./boxiky/:./config:../inc:../boxiky/:../config");
4include_once("kyberia.inc");
5$database=new CLASS_KYBERIA();
6
7$q="alter table session add friends_serial text";
8 echo $q."<br>";
9$set=$database->query($q);
10 echo "alternute<br>";
11
12
13 echo "OK";
14?>
15
This page took 0.122425 seconds and 5 git commands to generate.