Test: Unterschied zwischen den Versionen

Aus Bibelwissen
Wechseln zu: Navigation, Suche
Zeile 1: Zeile 1:
 
+
mysql> describe abuse_filter_action;
{| class="wikitable sortable" style=border="0" cellspacing="2" cellpadding="2"
+
+-----------------+---------------------+------+-----+---------+-------+
! style="width:120px" style="background-color:#E8E8E8" | 📚 <br />[[Stichworte*|Kategorie]]
+
| Field          | Type                | Null | Key | Default | Extra |
! style="width:120px" style="background-color:#E8E8E8" | 🔦 <br />[[Stichworte*|Stichworte]] 
+
+-----------------+---------------------+------+-----+---------+-------+
| וְהָאָ֗רֶץ    | und die Erde  |
+
| afa_filter      | bigint(20) unsigned | NO  | PRI | NULL   |      |
|   הָיְתָ֥ה    | war            |
+
| afa_consequence | varbinary(255)     | NO   | PRI | NULL   |       |
|   תֹ֙הוּ֙    | formlos        |
+
| afa_parameters  | tinyblob            | NO   |     | NULL   |       |
|   וָבֹ֔הוּ   | und leer       |
+
+-----------------+---------------------+------+-----+---------+-------+
| וְחֹ֖שֶׁךְ    | und Finsternis |
+
|  עַל־פְּנֵ֣י | auf der        |
+
|  תְה֑וֹם     | Tiefe        |
+
|   וְר֣וּחַ    | und der Geist  |
+
|  אֱלֹהִ֔ים   | Gottes        |
+
|   מְרַחֶ֖פֶת | schwebte      |
+
עַל־פְּנֵ֥י | über den      |
+
|    הַמָּֽיִם׃  | Wassern.      |
+

Version vom 2. April 2023, 00:17 Uhr

mysql> describe abuse_filter_action; +-----------------+---------------------+------+-----+---------+-------+ | Field | Type | Null | Key | Default | Extra | +-----------------+---------------------+------+-----+---------+-------+ | afa_filter | bigint(20) unsigned | NO | PRI | NULL | | | afa_consequence | varbinary(255) | NO | PRI | NULL | | | afa_parameters | tinyblob | NO | | NULL | | +-----------------+---------------------+------+-----+---------+-------+