summaryrefslogtreecommitdiffstats
path: root/tests/lib/db/ts-autoincrement-before.xml
blob: 412739e9a71b67238c4c59493ff2b0d1334e0637 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?xml version="1.0" encoding="utf-8" ?>
<database>

	<name>*dbname*</name>
	<create>true</create>
	<overwrite>false</overwrite>

	<charset>utf8</charset>

	<table>

		<name>*dbprefix*table</name>

		<declaration>
			<field>
				<name>textfield</name>
				<type>text</type>
				<default>foo</default>
				<notnull>true</notnull>
				<length>32</length>
			</field>
		</declaration>
	</table>
</database>