aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/DB/schemDiffData/autoincrement.xml
blob: 458c5d8166f25bf1fee5c9dc6c08bf20edac6bbd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="utf-8" ?>
<database>
	<table>
		<name>*dbprefix*external_config</name>
		<declaration>
			<field>
				<name>config_id</name>
				<type>integer</type>
				<default>0</default>
				<notnull>true</notnull>
				<autoincrement>1</autoincrement>
				<length>6</length>
			</field>
		</declaration>
	</table>
</database>