Added first version dbskel structure files

This commit is contained in:
Paolo
2019-06-14 12:58:43 +02:00
parent 0f61a9e814
commit 962e91a108
9 changed files with 151 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
<?php
$sequencesArray = array(
'seq_projekt_dokument_projekt_dokument_id' =>
'CREATE SEQUENCE fue.seq_projekt_dokument_projekt_dokument_id
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;'
);