mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7045 201d5d3c-b55e-5fd7-737f-ddc643e51545
8 lines
411 B
XML
8 lines
411 B
XML
<table name="member_openid_association">
|
|
<column name="server_url" type="text" notnull="notnull" />
|
|
<column name="handle" type="varchar" size="255" notnull="notnull" />
|
|
<column name="secret" type="text" notnull="notnull" />
|
|
<column name="issued" type="number" size="11" />
|
|
<column name="lifetime" type="number" size="11" />
|
|
<column name="assoc_type" type="varchar" size="64" />
|
|
</table>
|