@ -734,7 +734,7 @@
@@ -734,7 +734,7 @@
notnull="true" />
<column name= "sortnr" type= "SMALLINT" size= "2" default= ""
notnull="false" description="Sortiernr." isKey="true"/>
<column name= "schleifenrelation" type= "CHAR " size= "255"
<column name= "schleifenrelation" type= "TEXT " size= "255"
default="" notnull="false" />
<column name= "schleifenfeldname" type= "CHAR" size= "255"
default="" notnull="false" />
@ -5266,15 +5266,17 @@
@@ -5266,15 +5266,17 @@
</table>
<table name= "k_astat_studienfach_land" thema= "Stammdaten verwalten" typ= "Schlüsseltabelle"
releaseUnload="demo" caption="Amtl.Fächerschlüssel (Land) zu Bundesschlüssel" >
<columns > <column name= "schluessel" type = "VARCHAR" size = "255" default = "" notnull = "false" />
<column name= "gueltig_ab" type = "INTEGER" size = "10" default = "" notnull = "false" />
<column name= "land" type = "INTEGER" size = "10" default = "" notnull = "false" />
<columns > <column name= "schluessel" type = "VARCHAR" size = "255" default = "" notnull = "false" description= "Landesschlüssel" />
<column name= "gueltig_ab" type = "INTEGER" size = "10" default = "" notnull = "false" description= "Gültigkeitsbeginn" > <comment > (Bsp: 20181 für SoSe2018)</comment> </column>
<column name= "land" type = "INTEGER" size = "10" default = "" notnull = "false"
description="Bundesland"><comment > (Bsp: 1 für Schleswig-Holstein)</comment> </column>
<column name= "version" type = "INTEGER" size = "10" default = "" notnull = "false" />
<column name= "sortkey" type = "INTEGER" size = "10" default = "" notnull = "false" />
<column name= "gueltig_bis" type = "INTEGER" size = "10" default = "" notnull = "false" />
<column name= "name" type = "VARCHAR" size = "255" default = "" notnull = "false" />
<column name= "isced" type = "VARCHAR" size = "255" default = "" notnull = "false" />
<column name= "keybund" type = "VARCHAR" size = "255" default = "" notnull = "false" />
<column name= "gueltig_bis" type = "INTEGER" size = "10" default = "" notnull = "false"
description="Gültigkeitsende" ><comment > (Bsp: 20251 für SoSe2025)</comment> </column>
<column name= "name" type = "VARCHAR" size = "255" default = "" notnull = "false" description= "Drucktext des Schlüssels" />
<column name= "isced" type = "VARCHAR" size = "255" default = "" notnull = "false" description= "ISCED-Code" > <comment > Code des Studienfaches nach International Standard Classification of Education</comment> </column>
<column name= "keybund" type = "VARCHAR" size = "255" default = "" notnull = "false" description= "Bundesschlüssel des Studienfaches" > <comment > oder des zugeordneten Studienfaches</comment> </column>
</columns>
<indexes > </indexes>
<primaryKeys > <rs >