Search
 
SCRIPT & CODE EXAMPLE
 

PHP

create xml php

<?xml version="1.0" encoding="UTF-8" ?>
<XMLDB PATH="local/message/db" VERSION="2022042600" COMMENT="XMLDB file for local message plugin"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:noNamespaceSchemaLocation="../../../lib/xmldb/xmldb.xsd">

  <TABLES>
    <TABLE NAME="local_message" COMMENT="each record is a message">
      <FIELDS>
        <FIELD NAME="id" TYPE="int" LENGTH="10" NOTNULL="true" SEQUENCE="true"/>
        <FIELD NAME="classname" TYPE="char" LENGTH="255" NOTNULL="true" SEQUENCE="false"/>
        <FIELD NAME="classcode" TYPE="char" LENGTH="255" NOTNULL="true" SEQUENCE="false"/>
        <FIELD NAME="startdate" TYPE="char" LENGTH="255" NOTNULL="true" SEQUENCE="false"/>
        <FIELD NAME="enddate" TYPE="char" LENGTH="255" NOTNULL="true" SEQUENCE="false"/>
        <FIELD NAME="description" TYPE="char" LENGTH="255" NOTNULL="true" SEQUENCE="false"/>
        <FIELD NAME="status" TYPE="int" LENGTH="5" NOTNULL="true" DEFAULT="0" SEQUENCE="false"/>
       </FIELDS>
      <KEYS>
        <KEY NAME="primary" TYPE="primary" FIELDS="id"/>
      </KEYS>
    </TABLE>

  </TABLES>
</XMLDB>
Comment

PREVIOUS NEXT
Code Example
Php :: prefix laravel route 
Php :: merge strings in php 
Php :: how to create object in php 
Php :: apache 2 
Php :: laravel 8 
Php :: cron job setting for laravel in cpanel 
Php :: laravel 9 requirements 
Php :: send data to api php 
Php :: how to pass write post method in lumen 
Php :: create orphan token in vault 
Php :: optional route parameter in laravel 
Php :: #FF0000; 
Php :: How to find data in other row with laravel-excel 
Php :: export laravel path fedora 
Php :: replace special characters from string in codeigniter 
Php :: how to get keys of associative array php 
Php :: traduction website with i18n 
Php :: import csv laravel 
Php :: Befreie den WordPress-Header von unnötigen Einträgen 
Php :: Check box group submit (php) 
Php :: phpmyadmin timedeconnexion : a placer tt en bas dans "config.inc.php" 
Php :: test not found page symfiny in dev 
Php :: menu order for posts 
Php :: Laravel Dropzone Attachment Required is not working as expected 
Php :: Criando shortcode no Wordpress 
Php :: php When I try to run my code in chrome, i see the code that I have made in phpstorm and not the function that it has to do 
Php :: requires ext-pcntl 
Php :: convert array to associative array php 
Php :: php pop up message 
Php :: returning two yajra datatable using single method on the sam view laravel 
ADD CONTENT
Topic
Content
Source link
Name
3+7 =