mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
terminadas respuesta. falta repasar todo y cabecera datatable y permisos menus y botones
This commit is contained in:
@ -61,6 +61,7 @@ class CreateTicketsSystem extends Migration
|
||||
'usuario_id' => ['type' => 'INT', 'constraint' => 11, 'unsigned' => true],
|
||||
'mensaje' => ['type' => 'TEXT'],
|
||||
'created_at' => ['type' => 'DATETIME', 'null' => true],
|
||||
'updated_at' => ['type' => 'DATETIME', 'null' => true],
|
||||
]);
|
||||
$this->forge->addPrimaryKey('id');
|
||||
$this->forge->addForeignKey('ticket_id', 'tickets', 'id', '', 'NO ACTION');
|
||||
|
||||
Reference in New Issue
Block a user