Welcome to mirror list, hosted at ThFree Co, Russian Federation.

clob.xml « schemDiffData « DB « lib « tests - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 08aef18c31d9b77e48c0bad591161f97a713b71f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?xml version="1.0" encoding="utf-8" ?>
<database>
	<table>
		<name>*dbprefix*external_config</name>
		<declaration>
			<field>
				<name>value</name>
				<type>text</type>
				<notnull>true</notnull>
				<length>100000</length>
			</field>
		</declaration>
	</table>
</database>