Migrate from Bucket
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<entity-mappings xmlns="https://jakarta.ee/xml/ns/persistence/orm"
|
||||
version="3.0">
|
||||
|
||||
<entity class="com.sms.backend.smsBackend.entity.ResultsTempEntity">
|
||||
<table name="results_temp" schema="public" catalog="school_mgt_database"/>
|
||||
<attributes>
|
||||
<id name="resitid">
|
||||
<column name="resitid" precision="-1"/>
|
||||
</id>
|
||||
<basic name="courseid">
|
||||
<column name="courseid" nullable="false"/>
|
||||
</basic>
|
||||
<basic name="studentit">
|
||||
<column name="studentit" nullable="false"/>
|
||||
</basic>
|
||||
<basic name="session">
|
||||
<column name="session" nullable="false"/>
|
||||
</basic>
|
||||
<basic name="score">
|
||||
<column name="score" nullable="false" precision="-1"/>
|
||||
</basic>
|
||||
<basic name="datetime">
|
||||
<column name="datetime" precision="-1"/>
|
||||
</basic>
|
||||
</attributes>
|
||||
</entity>
|
||||
</entity-mappings>
|
||||
Reference in New Issue
Block a user