File: samefield.xml

package info (click to toggle)
libsql-translator-perl 0.11011-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 15,380 kB
  • sloc: perl: 251,748; sql: 3,805; xml: 233; makefile: 7
file content (31 lines) | stat: -rw-r--r-- 859 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<?xml version="1.0" encoding="utf-8"?>
<!-- 
Created by SQL::Translator::Producer::SqlfXML
Created on Fri Aug 15 15:08:18 2003

 -->
<schema xmlns="http://sqlfairy.sourceforge.net/sqlfairy.xml">
    
  <tables>
      <table order="1" name="one">
        <fields>
          <field
              name="same"
              is_primary_key="0" is_foreign_key="0"
              size="100" is_auto_increment="0" data_type="varchar"
              order="1" default_value="hello" is_nullable="0" />
        </fields>
      </table>
      <table order="2" name="two">
        <fields>
          <field
              name="same"
              is_primary_key="0" is_foreign_key="0"
              size="100" is_auto_increment="0" data_type="varchar"
              order="1" default_value="hello" is_nullable="0" />
        </fields>
      </table>
  </tables>


</schema>